diff --git a/src/components/app/NavBar/NavBar.tsx b/src/components/app/NavBar/NavBar.tsx index cf840a3..0547dba 100644 --- a/src/components/app/NavBar/NavBar.tsx +++ b/src/components/app/NavBar/NavBar.tsx @@ -17,7 +17,7 @@ import MobileNavbarLinks from "../MobileNavbarLinks/MobileNavbarLinks" import { ThemeSwitcher } from "../ThemeSwitcher/ThemeSwitcher" export const links = [ - { href: '/', name: 'Home' }, + { href: 'https://sern.dev', name: 'Back to sern.dev' }, { href: '/dashboard', name: 'Dashboard' }, { href: '/add', name: 'Submit' }, ] @@ -86,4 +86,4 @@ export default function Navbar() { ); -} \ No newline at end of file +}