Skip to content

Commit

Permalink
update email logo
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Jul 11, 2024
1 parent ef78abd commit 6d09657
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions frontend/src/lib/email/Email.svelte
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<script lang="ts">
import Subject from '$lib/email/Subject.svelte';
import t from '$lib/i18n';
const silLogo = 'https://languageforge.org/Site/views/shared/image/sil_logo.png';
const lexboxLogo = 'https://lexbox.org/images/logo-dark.png';
export let subject: string;
export let name: string;
</script>
Expand Down Expand Up @@ -33,10 +32,15 @@
<slot />
</mj-column>
</mj-section>
<mj-section>
<mj-section padding-top="100px">
<mj-column>
<mj-social font-size="15px" icon-size="40px" icon-padding="8px">
<mj-social-element href="https://languagedepot.org" src={silLogo} alt="SIL Logo">
<mj-divider border-color="#6a737d" border-width="1px" />
<mj-social font-size="15px" icon-size="40px" icon-padding="8px" align="left">
<mj-social-element
href="https://lexbox.org"
src={lexboxLogo}
alt="Lexbox Logo"
font-size="20px">
{$t('appbar.app_name')}
</mj-social-element>
</mj-social>
Expand Down
Binary file added frontend/static/images/logo-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/static/images/logo-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/static/images/logo-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6d09657

Please sign in to comment.