Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit 5ab0a64

Browse files
committed
refactor: use sensible component name
1 parent b3a95a9 commit 5ab0a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/Nav/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { IconGitHub } from '../Icons';
1717
import Link from 'next/link';
1818
import { useTranslation } from 'react-i18next';
1919

20-
export default function Gslr() {
20+
export default function Nav() {
2121
const bg = useColorModeValue('white', 'gray.800');
2222
const mobileNav = useDisclosure();
2323
const { t } = useTranslation();

0 commit comments

Comments
 (0)