diff --git a/src/App.tsx b/src/App.tsx index 4d03cd8..3743972 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -128,7 +128,7 @@ function App() { "max-width": "1.5em" }} src="https://cdn.jsdelivr.net/gh/twitter/twemoji@14.0.2/assets/72x72/1f525.png" /> -
{ +
{ setoomfies( <> diff --git a/src/components/comps.tsx b/src/components/comps.tsx index 36400f8..131d764 100644 --- a/src/components/comps.tsx +++ b/src/components/comps.tsx @@ -6,7 +6,7 @@ export function AdvancedBr({ count }: { count: number }) { return new Array(count).fill(null).map(_ => (
)) } -export function SingularOomfie({ name, url, discordid }: { name: string, url: string, discordid: string }) { +export function SingularOomfie({ url, discordid }: { name: string, url: string, discordid: string }) { return