chore: deno fmt
This commit is contained in:
@@ -22,10 +22,11 @@ export default function Home(props: PageProps) {
|
||||
<Card
|
||||
title={`${m.name}`}
|
||||
backgroundSize={80}
|
||||
image={`${m.emoji.endsWith(".png")
|
||||
image={`${
|
||||
m.emoji.endsWith(".png")
|
||||
? `/emojis/${encodeURIComponent(m.emoji)}`
|
||||
: "/placeholder.svg"
|
||||
}`}
|
||||
}`}
|
||||
link={m.link}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user