diff --git a/index.html b/index.html index 81e42f02..c1ebd718 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ name="description" content="Web site created using Vite" /> - + Maxun | Open Source No Code Web Data Extraction Platform diff --git a/public/img/maxunlogo.png b/src/assets/maxunlogo.png similarity index 100% rename from public/img/maxunlogo.png rename to src/assets/maxunlogo.png diff --git a/src/components/molecules/ActionDescriptionBox.tsx b/src/components/molecules/ActionDescriptionBox.tsx index 4efdb32e..cad962c7 100644 --- a/src/components/molecules/ActionDescriptionBox.tsx +++ b/src/components/molecules/ActionDescriptionBox.tsx @@ -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 ( - + {renderActionDescription()} diff --git a/src/components/molecules/NavBar.tsx b/src/components/molecules/NavBar.tsx index 8dd678c5..69fba352 100644 --- a/src/components/molecules/NavBar.tsx +++ b/src/components/molecules/NavBar.tsx @@ -10,6 +10,7 @@ import { AuthContext } from '../../context/auth'; import { SaveRecording } from '../molecules/SaveRecording'; import DiscordIcon from '../atoms/DiscordIcon'; import { apiUrl } from '../../apiConfig'; +import MaxunLogo from "../../assets/maxunlogo.png"; interface NavBarProps { recordingName: string; @@ -55,7 +56,7 @@ export const NavBar: React.FC = ({ recordingName, isRecording }) => display: 'flex', justifyContent: 'flex-start', }}> - +
Maxun
{