amy 2024-09-10 02:16:50 +03:30
parent b2e6ac610f
commit f650f319bc
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ export function AdvancedBr({ count }: { count: number }) {
return new Array(count).fill(null).map(_ => (<br />))
}
export function SingularOomfie({ name, url, discordid }: { name: string, url: string, discordid: string }) {
export function SingularOomfie({ url, discordid }: { name: string, url: string, discordid: string }) {
return <a href={url}><img class="tooltip" style={{
"max-width": "3em",
"border-radius": "30%"