feat: feature/mvp-sprint-1
This commit is contained in:
parent
b583909535
commit
adbf4129ae
@ -196,6 +196,10 @@ export const Icon = (props) => {
|
|||||||
// return "🎀"
|
// return "🎀"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (["dinosaur", "dino"]?.includes(name)) {
|
||||||
|
return "🦕"
|
||||||
|
}
|
||||||
|
|
||||||
if (emojis?.includes(name)) {
|
if (emojis?.includes(name)) {
|
||||||
return name
|
return name
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user