Adding links to legal

This commit is contained in:
David Hill
2025-10-30 17:37:30 +00:00
parent 15de97c10f
commit f18847d739
6 changed files with 50 additions and 49 deletions

View File

@@ -29,7 +29,6 @@
color: var(--color-text);
font-size: var(--font-size-sm);
text-align: left;
cursor: pointer;
border-radius: 2px;
transition: background-color 0.2s ease;

View File

@@ -4,6 +4,12 @@ export function Legal() {
<span>
©{new Date().getFullYear()} <a href="https://anoma.ly">Anomaly</a>
</span>
<span>
<a href="/brand">Brand</a>
</span>
<span>
<a href="/legal">Legal</a>
</span>
</div>
)
}