diff --git a/remix/app/components/Icon/Icon.tsx b/remix/app/components/Icon/Icon.tsx index b109e8c..4cf5a10 100644 --- a/remix/app/components/Icon/Icon.tsx +++ b/remix/app/components/Icon/Icon.tsx @@ -127,6 +127,9 @@ export const Icon = (props) => { if (["thumb-down", "dislike"]?.includes(name)) { return "👎" } + if (["thingtime"]?.includes(name)) { + return "🌀" + } }, [name]) return (