Skip to content

Commit 3d11415

Browse files
authored
Update to use pin icon (#12025)
1 parent 9f8d7ad commit 3d11415

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed
22.7 KB
Loading

packages/web/src/assets/styles/emoji.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,3 +253,6 @@
253253
.emoji.recycle {
254254
background-image: url('../fonts/emojis/recycle.png');
255255
}
256+
.emoji.pin {
257+
background-image: url('../fonts/emojis/pin.png');
258+
}

packages/web/src/pages/rewards-page/config.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ const webChallengesConfig: Record<ChallengeRewardID, WebChallengeInfo> = {
275275
icon: <i className='emoji large smiling-face-licking-lips' />
276276
},
277277
[ChallengeName.CommentPin]: {
278-
icon: <i className='emoji large speech-balloon' />
278+
icon: <i className='emoji large pin' />
279279
},
280280
[ChallengeName.Cosign]: {
281281
icon: <i className='emoji large recycle' />

0 commit comments

Comments
 (0)