Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
biratdatta authored Jun 26, 2024
1 parent 8998c35 commit c05495d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/navbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { useLocalization } from '../../hooks';
import toast from 'react-hot-toast';
import { useColorPalates } from '../../providers/theme-provider/hooks';
import KeyboardBackspaceIcon from '@mui/icons-material/KeyboardBackspace';
import Image from 'next/image';

const Navbar: React.FC = () => {
const router = useRouter();
const config = useConfig('component', 'navbar');
Expand Down

0 comments on commit c05495d

Please sign in to comment.