Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/lib/components/empty.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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>
Expand Down