Skip to content

Commit

Permalink
Update RepostButton.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
quiple committed Dec 21, 2024
1 parent b6734ed commit af936e9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/view/com/util/post-ctrls/RepostButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,7 @@ let RepostButtonDialogInner = ({
size="large"
variant="ghost"
color="primary">
{isReposted ? (
<RepostBold size="lg" fill={t.palette.primary_500} />
) : (
<Repost size="lg" fill={t.palette.primary_500} />
)}
<Repost size="lg" fill={t.palette.primary_500} />
<Text style={[a.font_bold, a.text_xl]}>
{isReposted ? (
<Trans>Remove repost</Trans>
Expand Down

0 comments on commit af936e9

Please sign in to comment.