Skip to content

Commit

Permalink
fix: ticker - age emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
anhnh12 committed Mar 27, 2024
1 parent e583095 commit 6f8a732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/ticker/index/processor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ export async function renderSingle(
inline: true,
},
{
name: `${getEmoji("ANIMATED_FLASH")} Age`,
name: `${getEmoji("CLOCK")} Age`,
value: age,
inline: true,
},
Expand Down

0 comments on commit 6f8a732

Please sign in to comment.