Skip to content

Commit

Permalink
remove hardcoded link
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Jan 4, 2024
1 parent 3425e3f commit 303f35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/mirrors/create/mirrorcards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const MirrorCards = ({
as={Link}
target='_blank'
style={{ color: 'teal', cursor: 'pointer' }}
href='https://docs.peerdb.io/usecases/Real-time%20CDC/overview'
href={card.link}
>
Learn more
</Label>
Expand Down

0 comments on commit 303f35a

Please sign in to comment.