add repo/personal links to header

This commit is contained in:
2024-05-10 06:05:53 -05:00
parent 34a3c8efa6
commit 9e48075d53

View File

@@ -38,8 +38,8 @@ const Index: NextPage = () => {
</Head>
<nav className="bg-zinc-850 px-5 py-4 shadow-sm">
<span className="text-white" style={{ fontSize: "larger" }}>
<a className="text-xl font-medium" href="#">
rdap<span className="text-zinc-400">.xevion.dev</span>
<a className="text-xl font-medium" href="https://github.com/Xevion/rdap">
rdap<a href={"https://xevion.dev"} className="text-zinc-400 hover:animate-pulse">.xevion.dev</a>
</a>
</span>
</nav>