feat: feature/mvp-sprint-1 Added the thingtime emoji

This commit is contained in:
Nikolaj Frey 2023-08-09 10:52:25 +10:00
parent 75deb9a2ff
commit 7aecc2ff08

View File

@ -127,6 +127,9 @@ export const Icon = (props) => {
if (["thumb-down", "dislike"]?.includes(name)) {
return "👎"
}
if (["thingtime"]?.includes(name)) {
return "🌀"
}
}, [name])
return (