refactor(#35): sign out to be accessible

This commit is contained in:
OllyNicholass
2024-11-18 21:40:08 +00:00
parent 0d8bc92dee
commit 150c882827
+2 -1
View File
@@ -17,4 +17,5 @@
}
</script>
<button on:click={signOutClick}>Sign Out</button>
<button on:click={signOutClick} aria-label="Sign out of your account" type="button">Sign Out</button
>