Skip to content

Commit

Permalink
fix: temp hide subscribe btn
Browse files Browse the repository at this point in the history
  • Loading branch information
jeferson-sb committed Aug 11, 2023
1 parent be48f7c commit fe345bc
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/view/components/feed/card/FeedCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,6 @@ const FeedCard = ({
<p>{description}</p>
</div>
<div className={styles.actions}>
<button
id={`button-${id}`}
type="button"
aria-labelledby={`button-${id} card-title-${id}`}
className={styles.button}
onClick={onSubscribe}
>
<Bell width={20} height={20} />
Subscribe
</button>
<a
href={link}
className={styles.link}
Expand Down

1 comment on commit fe345bc

@vercel
Copy link

@vercel vercel bot commented on fe345bc Aug 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

whatconf – ./

whatconf-jeferson-sb.vercel.app
whatconf-git-main-jeferson-sb.vercel.app
whatconf.vercel.app

Please sign in to comment.