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

View file

@ -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" />
</div>
<div class="musicbutton" onclick={(e) => {
<div class="musicbutton" onclick={() => {
setoomfies(
<>
<SingularOomfie name='nea' discordid='310702108997320705' url='https://nea.moe'></SingularOomfie>

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%"