Created HackSIV Page & added it to the homepage headerbar

This commit is contained in:
Ariana Ivan
2024-06-15 16:24:45 -07:00
parent 3d8a12fb7c
commit 655a488df7
3 changed files with 7 additions and 0 deletions

1
pages/hacksiv.tsx Normal file
View File

@@ -0,0 +1 @@
export { HackSIV as default } from '../src/hack-siv/HackSIV'

3
src/hack-siv/HackSIV.tsx Normal file
View File

@@ -0,0 +1,3 @@
export const HackSIV = (): JSX.Element => {
return <h1>Hack</h1>
}

View File

@@ -12,6 +12,9 @@ export const HeaderBar = () => (
</Link>
</h3>
<span>
<Link href="/hacksiv">
<a>Hack SIV</a>
</Link>
<Link href="https://docs.siv.org">
<a>Docs</a>
</Link>