Skip to content

Commit

Permalink
fix: remove pulse ea (#5710)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur-arch authored Mar 12, 2024
1 parent 5c9249a commit bc61adc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -288,10 +288,7 @@ const FooterSec = ({
theme={themeToUse}
href={`${absoluteLinks ? 'https://www.prisma.io' : ''}/data-platform/pulse`}
>
<div className="link-title-label">
Pulse
<span className="label">Early Access</span>
</div>
<div className="link-title-label">Pulse</div>
</S.Link>
<S.Link
color={color}
Expand Down

0 comments on commit bc61adc

Please sign in to comment.