Skip to content

Commit

Permalink
Merge pull request #56 from itaibo/fix-footer-link
Browse files Browse the repository at this point in the history
Add Supabase link in footer
  • Loading branch information
aron authored Dec 4, 2023
2 parents b6bd2cc + b155fc2 commit 199b111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default function Footer() {
unoptimized={true}
/>
</Link>
<Link className={linkStyles} href="https://github.com/replicate/zoo">
<Link className={linkStyles} href="https://supabase.com">
<Image
src="/logomarks/supabase.svg"
data-tooltip-id="supabase-tooltip"
Expand Down

1 comment on commit 199b111

@vercel
Copy link

@vercel vercel bot commented on 199b111 Dec 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.