mirror of
https://github.com/Xevion/rdap.git
synced 2025-12-06 01:16:00 -06:00
add repo/personal links to header
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user