Skip to content

Commit

Permalink
fix: #353 Fix missing logo in emails (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkleszcz authored Aug 3, 2023
1 parent f0c1131 commit a8406e3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const Layout = ({ title, text, children }: LayoutProps) => {
<Table>
<Tr>
<Td>
<Image style={{ display: 'block', margin: '0 auto', width: 256 }} src="logo.svg" />
<Image style={{ display: 'block', margin: '0 auto', width: 256 }} src="logo.png" />
</Td>
</Tr>
<Tr>
Expand Down
Binary file added packages/webapp/public/email-assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 0 additions & 5 deletions packages/webapp/public/email-assets/logo.svg

This file was deleted.

0 comments on commit a8406e3

Please sign in to comment.