mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge pull request #606 from appwrite/fix-empty-component
Fix aria label on Empty component
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
type="button"
|
||||
on:click|preventDefault
|
||||
on:click={track}
|
||||
aria-label={`create {target}`}>
|
||||
aria-label="create {target}">
|
||||
{#if $app.themeInUse === 'dark'}
|
||||
<img src={EmptyDark} alt="create" aria-hidden="true" width="376" />
|
||||
{:else}
|
||||
@@ -49,7 +49,7 @@
|
||||
{href}
|
||||
text
|
||||
event="empty_documentation"
|
||||
ariaLabel={`create {target}`}>Documentation</Button>
|
||||
ariaLabel="create {target}">Documentation</Button>
|
||||
<Button secondary on:click on:click={track}>
|
||||
Create {target}
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user