Skip to content

Commit

Permalink
fix: make link go to new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Dec 26, 2023
1 parent 038f66a commit 885213f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/creators/cards/MyStakeCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ export default function MyStakeCard({ space }: MyStakeCardProps) {
<div className={styles.TopSection}>
<p className={clsx(styles.Title, 'mb-0')}>Creator Staking</p>
<Link href='https://docs.subsocial.network/docs/basics/creator-staking' passHref>
<a className={styles.Link}>How does it work?</a>
<a target='_blank' className={styles.Link}>
How does it work?
</a>
</Link>
<DfImage src='/images/databases.svg' className={styles.Image} />
</div>
Expand Down

0 comments on commit 885213f

Please sign in to comment.