mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 13:39:52 +00:00
Adding links to legal
This commit is contained in:
parent
15de97c10f
commit
f18847d739
6 changed files with 50 additions and 49 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue