chore: fix public key

This commit is contained in:
Andrea
2023-02-28 15:41:04 +01:00
parent ad67b78fc1
commit 18e1c1e2e6
2 changed files with 52 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ export default function Index() {
<a href="https://linkedin.com/in/nullndr" className="p-2">
<FaLinkedin color="yellow" size="3em" />
</a>
<a href="/assets/pgpkey.pub" className="p-2">
<a href="/key.pub" download={true} className="p-2">
<FaKey color="yellow" size="3em" />
</a>
</nav>