Skip to content

Commit

Permalink
update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
tim8118 committed Sep 7, 2023
1 parent 6596dae commit f0b05cf
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions packages/nextjs/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,25 @@ export const Footer = () => {
<span>·</span>
<div>
<p className="m-0 text-center">
Built with <HeartIcon className="inline-block h-4 w-4" /> at 🏰{" "}
Built with <HeartIcon className="inline-block h-4 w-4" /> at{" "}
<a href="https://kryha.io/" target="_blank" rel="noreferrer" className="underline underline-offset-2">
Kryha
</a>
</p>
</div>
<span>·</span>
<div>
<p className="m-0 text-center">
Template from{" "}
<a
href="https://buidlguidl.com/"
href="https://scaffoldeth.io"
target="_blank"
rel="noreferrer"
className="underline underline-offset-2"
>
BuidlGuidl
scaffold-eth
</a>{" "}
and{" "}
<a href="https://kryha.io/" target="_blank" rel="noreferrer" className="underline underline-offset-2">
Kryha
</a>
🏗
</p>
</div>
</div>
Expand Down

0 comments on commit f0b05cf

Please sign in to comment.