mirror of
https://github.com/siv-org/siv.git
synced 2026-05-03 03:00:59 -04:00
Created HackSIV Page & added it to the homepage headerbar
This commit is contained in:
1
pages/hacksiv.tsx
Normal file
1
pages/hacksiv.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export { HackSIV as default } from '../src/hack-siv/HackSIV'
|
||||
3
src/hack-siv/HackSIV.tsx
Normal file
3
src/hack-siv/HackSIV.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export const HackSIV = (): JSX.Element => {
|
||||
return <h1>Hack</h1>
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user