removed polite x2
This commit is contained in:
@@ -28,18 +28,10 @@
|
|||||||
>
|
>
|
||||||
<Fa icon={faGithub} size="lg" />
|
<Fa icon={faGithub} size="lg" />
|
||||||
</a>
|
</a>
|
||||||
<button
|
<button on:click={appWindow.minimize} class="text-xl hover:text-secondary">
|
||||||
on:click={appWindow.minimize}
|
|
||||||
aria-live="polite"
|
|
||||||
class="text-xl hover:text-secondary"
|
|
||||||
>
|
|
||||||
<Fa icon={faWindowMinimize} />
|
<Fa icon={faWindowMinimize} />
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button on:click={appWindow.close} class="text-2xl hover:text-secondary">
|
||||||
on:click={appWindow.close}
|
|
||||||
aria-live="polite"
|
|
||||||
class="text-2xl hover:text-secondary"
|
|
||||||
>
|
|
||||||
<Fa icon={faXmark} />
|
<Fa icon={faXmark} />
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user