accessibility & seo improvements

This commit is contained in:
Nathaniel Tampus
2023-03-20 18:41:24 +08:00
parent 272cd52ee2
commit 4c18beeb3b
5 changed files with 13 additions and 5 deletions

View File

@@ -16,6 +16,7 @@ export default function RefreshButton() {
return (
<button
aria-label="Refresh public games"
className={"btn btn-sm btn-ghost" + (isLoading ? " loading" : "")}
onClick={handleRefresh}
>