Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KishiTheMechanic committed May 16, 2024
1 parent 1fa04e0 commit bc61b9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/pages/common/SkeetRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export default function SkeetRow() {
>
{t('common:SkeetRow.body1')} <br className="hidden sm:block" />
{t('common:SkeetRow.body2')} <br className="hidden sm:block" />
{t('common:SkeetRow.body3')}
</p>
<div className="py-12">
<SkeetLogoHorizontalLink className="w-42 mx-auto h-12" />
Expand Down Expand Up @@ -150,7 +149,7 @@ export default function SkeetRow() {
{
name: 'Prisma',
logo: prismaLogo,
link: 'https://www.prisma.io/',
link: 'https://www.prisma.io/?via=ELSOULLABO',
},
],
[
Expand Down

0 comments on commit bc61b9c

Please sign in to comment.