feat: feature/mvp-sprint-1 Added the thingtime emoji
This commit is contained in:
parent
75deb9a2ff
commit
7aecc2ff08
@ -127,6 +127,9 @@ export const Icon = (props) => {
|
||||
if (["thumb-down", "dislike"]?.includes(name)) {
|
||||
return "👎"
|
||||
}
|
||||
if (["thingtime"]?.includes(name)) {
|
||||
return "🌀"
|
||||
}
|
||||
}, [name])
|
||||
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user