Skip to content

Commit

Permalink
chore: update mysql vs pg link
Browse files Browse the repository at this point in the history
  • Loading branch information
tianzhou committed Dec 11, 2023
1 parent e2103eb commit 924f745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const Footer: React.FC = () => {
className="flex flex-row text-sm leading-8 underline text-blue-700 hover:opacity-80"
>
<img className="h-6 mt-1 mr-2" src="/mysql-vs-pg.webp" alt="mysql vs pg"/>
<a href="https://www.mysql-vs-postgresql.com/" target="_blank"
<a href="https://www.mysql-vs-postgres.com/" target="_blank"
>MySQL or PG</a
>
</div>
Expand Down

1 comment on commit 924f745

@vercel
Copy link

@vercel vercel bot commented on 924f745 Dec 11, 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.