fix: maxunlogo path fixed

This commit is contained in:
RohitR311
2024-11-03 21:18:17 +05:30
parent d6f16359c7
commit c9405c6930
4 changed files with 5 additions and 3 deletions

View File

@@ -2,6 +2,7 @@ import React from 'react';
import styled from 'styled-components';
import { Typography, FormControlLabel, Checkbox, Box } from '@mui/material';
import { useActionContext } from '../../context/browserActions';
import MaxunLogo from "../../assets/maxunlogo.png";
const CustomBoxContainer = styled.div`
position: relative;
@@ -110,7 +111,7 @@ const ActionDescriptionBox = () => {
return (
<CustomBoxContainer>
<Logo src="/img/maxunlogo.png" alt="Maxun Logo" />
<Logo src={MaxunLogo} alt="Maxun Logo" />
<Triangle />
<Content>
{renderActionDescription()}