mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-05 16:02:19 +00:00
Brand page
This commit is contained in:
parent
f18847d739
commit
37baed99c1
23 changed files with 401 additions and 82 deletions
|
|
@ -1,3 +1,5 @@
|
|||
import { A } from "@solidjs/router"
|
||||
|
||||
export function Legal() {
|
||||
return (
|
||||
<div data-component="legal">
|
||||
|
|
@ -5,10 +7,7 @@ export function Legal() {
|
|||
©{new Date().getFullYear()} <a href="https://anoma.ly">Anomaly</a>
|
||||
</span>
|
||||
<span>
|
||||
<a href="/brand">Brand</a>
|
||||
</span>
|
||||
<span>
|
||||
<a href="/legal">Legal</a>
|
||||
<A href="/brand">Brand</A>
|
||||
</span>
|
||||
</div>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue