Skip to content

Commit

Permalink
chore: add e-mail address to tips -> email menu item (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoesbergen authored Sep 11, 2024
1 parent 11429c3 commit ff05f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/core/header/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ function runPython() {
onclick={discord}
{open}
/>
<ContextItem icon={faEnvelope} name={$_("EMAIL")} onclick={email} {open} />
<ContextItem icon={faEnvelope} name="{$_('EMAIL')} ([email protected])" onclick={email} {open} />
<ContextItem icon={faComment} name={$_("FEEDBACK")} onclick={feedback} {open} />
{/snippet}
{#snippet moreContext(open: Writable<boolean>)}
Expand Down

0 comments on commit ff05f88

Please sign in to comment.