Header: fix urls
This commit is contained in:
parent
7319e41971
commit
4bc8dc90c2
1 changed files with 4 additions and 5 deletions
|
@ -33,13 +33,12 @@ import { SITE_TITLE } from '../consts';
|
|||
<span style="font-family: PoetsenOne" class="text-2xl">ReLUwU activated</span>
|
||||
</div>
|
||||
<div class="social-links flex space-x-8 items-center">
|
||||
<HeaderLink href="/about">Discord</HeaderLink>
|
||||
<HeaderLink href="/about">GitHub</HeaderLink>
|
||||
<HeaderLink
|
||||
class="inverted-button"
|
||||
href="/">
|
||||
Resume
|
||||
href="https://discord.com/users/180472559148597249">
|
||||
Discord
|
||||
</HeaderLink>
|
||||
<HeaderLink href="https://github.com/aizuko">GitHub</HeaderLink>
|
||||
<HeaderLink class="inverted-button" href="/">Resume</HeaderLink>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
|
Loading…
Reference in a new issue