1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-22 21:24:27 -04:00

more preparation for styled components

This commit is contained in:
2022-01-19 11:00:28 -05:00
parent caac9b905a
commit 171bdd65b6
15 changed files with 60 additions and 271 deletions

View File

@@ -34,7 +34,7 @@ const Contact = () => (
<p>
<LockIcon /> You can grab my public key here:{" "}
<a href="/pubkey.asc" title="My Public PGP Key" target="_blank" rel="pgpkey authn noopener">
<code>6BF3 79D3 6F67 1480 2B0C 9CF2 51E6 9A39</code>
<code className="pubkey">6BF3 79D3 6F67 1480 2B0C 9CF2 51E6 9A39</code>
</a>
.
</p>
@@ -49,7 +49,7 @@ const Contact = () => (
margin: 0 auto;
}
.wrapper code {
.pubkey {
background: none;
border: 0;
padding: 0;

View File

@@ -81,7 +81,7 @@ const Privacy = () => (
</a>{" "}
and{" "}
<a
href="https://github.com/jakejarvis/jarv.is/blob/main/components/notes/HitCounter.tsx"
href="https://github.com/jakejarvis/jarv.is/blob/main/components/HitCounter/HitCounter.tsx"
target="_blank"
rel="noopener noreferrer"
>