Skip to content

Commit

Permalink
update: remove footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
nilubava authored Oct 23, 2023
1 parent 5137af3 commit 22a45bd
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -282,20 +282,6 @@ const FooterSec = ({
>
Migrate
</S.Link>
<S.Link
color={color}
theme={themeToUse}
href={`${absoluteLinks ? 'https://www.prisma.io' : ''}/data-platform`}
>
Data Browser
</S.Link>
<S.Link
color={color}
theme={themeToUse}
href={`${absoluteLinks ? 'https://www.prisma.io' : ''}/data-platform/proxy`}
>
Data Proxy
</S.Link>
<S.Link
color={color}
theme={themeToUse}
Expand Down

0 comments on commit 22a45bd

Please sign in to comment.