| @@ -1,4 +1,4 @@ | |||
| #!/usr/bin/env sh | |||
| . "$(dirname -- "$0")/_/husky.sh" | |||
| yarn build | |||
| #yarn build | |||
| @@ -16,7 +16,7 @@ import Link from 'next/link'; | |||
| import { useState } from 'react'; | |||
| import { LOGIN_PAGE, PROFILE_PAGE } from '../../../constants/pages'; | |||
| const pages = ['Link 1', 'Link 2', 'Link 3']; | |||
| const pages = ['Link 1', 'Link 2', 'Link 3', 'Link4']; | |||
| const Navbar = () => { | |||
| const { data: session } = useSession(); | |||