This commit is contained in:
parent
b2e6ac610f
commit
f650f319bc
2 changed files with 2 additions and 2 deletions
|
|
@ -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%"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue