Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
export const REACTION_EMOJIS = ["β€οΈ", "π€©", "π", "π₯"] | |
export const COMMUNITY_FILTER_OPTIONS = [ | |
{ | |
label: "Most Liked", | |
value: "likes", | |
icon: "lucide:heart", | |
iconColor: "text-red-500" | |
}, | |
{ | |
label: "New", | |
value: "new", | |
icon: "lucide:zap", | |
iconColor: "text-yellow-500" | |
}, | |
]; |