Skip to content

Commit cc8693b

Browse files
committed
chore: Update footer
1 parent 415b7e8 commit cc8693b

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

frontend/src/components/layout/footer.tsx

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,19 @@ export function Footer() {
55
<Wrapper>
66
<footer className="text-center text-foreground/30 text-xs [&_a]:underline [&_a]:decoration-foreground/15 [&_a]:underline-offset-2 [&_a]:transition-all [&_a]:hover:text-foreground/50 [&_a]:hover:decoration-foreground/30">
77
Built by{" "}
8-
<a href="https://scio.xyz" target="_blank" rel="noopener noreferrer">
8+
<a href="https://scio.xyz" target="_blank" rel="noopener">
99
Scio Labs
10-
</a>{" "}
11-
&{" "}
12-
<a href="https://zoma.dev" target="_blank" rel="noopener noreferrer">
10+
</a>
11+
,{" "}
12+
<a href="https://viral.app" target="_blank" rel="noopener">
13+
FMD Labs
14+
</a>
15+
, and{" "}
16+
<a href="https://zoma.dev" target="_blank" rel="noopener">
1317
Dennis Zoma
1418
</a>
1519
. Supported by the{" "}
16-
<a href="https://use.ink/inkubator" target="_blank" rel="noopener noreferrer">
20+
<a href="https://use.ink/inkubator" target="_blank" rel="noopener">
1721
ink!ubator
1822
</a>{" "}
1923
initative.

0 commit comments

Comments
 (0)