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>
|
<span style="font-family: PoetsenOne" class="text-2xl">ReLUwU activated</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="social-links flex space-x-8 items-center">
|
<div class="social-links flex space-x-8 items-center">
|
||||||
<HeaderLink href="/about">Discord</HeaderLink>
|
|
||||||
<HeaderLink href="/about">GitHub</HeaderLink>
|
|
||||||
<HeaderLink
|
<HeaderLink
|
||||||
class="inverted-button"
|
href="https://discord.com/users/180472559148597249">
|
||||||
href="/">
|
Discord
|
||||||
Resume
|
|
||||||
</HeaderLink>
|
</HeaderLink>
|
||||||
|
<HeaderLink href="https://github.com/aizuko">GitHub</HeaderLink>
|
||||||
|
<HeaderLink class="inverted-button" href="/">Resume</HeaderLink>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
|
Loading…
Reference in a new issue