fix(templates): replace svg images with png to support gmail

This commit is contained in:
Julien Oculi 2024-04-17 13:44:21 +02:00
parent 104ae5faca
commit 89eaf5a9bc
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ function Welcome(
<Section> <Section>
<Heading as='h1' style={headingCss}> <Heading as='h1' style={headingCss}>
Bienvenue au<Img Bienvenue au<Img
src='https://cohabit.fr/images/logo.svg' src='https://cohabit.fr/images/logo.png'
alt='FabLab Cohabit' alt='FabLab Cohabit'
style={imgCss} style={imgCss}
/> />

View file

@ -24,7 +24,7 @@ export function Signature() {
</Row> </Row>
<Row> <Row>
<Img <Img
src='https://cohabit.fr/images/logo.svg' src='https://cohabit.fr/images/logo.png'
alt='FabLab Cohabit' alt='FabLab Cohabit'
style={imgCss} style={imgCss}
/> />