fix: build

This commit is contained in:
Ibrahima G. Coulibaly
2024-06-23 20:49:05 +01:00
parent 0800aa52ad
commit dd2431cc95
5 changed files with 23 additions and 13 deletions

View File

@@ -5,7 +5,7 @@ import Typography from '@mui/material/Typography';
import Button from '@mui/material/Button';
import IconButton from '@mui/material/IconButton';
import { Link, useNavigate } from 'react-router-dom';
import githubIcon from '../../assets/github-mark.png'; // Adjust the path to your GitHub icon
import githubIcon from '@assets/github-mark.png'; // Adjust the path to your GitHub icon
const Navbar: React.FC = () => {
const navigate = useNavigate();