Skip to content

Commit

Permalink
Add link back to delv
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangoree committed Oct 20, 2024
1 parent 825d5c7 commit 5513e25
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion apps/landing-page/src/ui/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ export function Footer(): ReactElement {
<img src={councilLogo} width={160} />
<p>
Built with 💜 by{" "}
<span className="font-semibold text-primary-text">DELV</span>
<a
href="https://delv.tech"
className="font-semibold transition-all text-primary-text hover:text-white"
>
DELV
</a>
</p>
<p className="flex gap-4">
<a
Expand Down

0 comments on commit 5513e25

Please sign in to comment.