refactor(templates): move signature to own file
This commit is contained in:
parent
3072d3af20
commit
0c6da9d10a
|
@ -1,20 +1,20 @@
|
|||
import { Container, Section, Text } from 'jsx-email'
|
||||
import { Column, Container, Row, Text } from 'jsx-email'
|
||||
|
||||
export function Signature() {
|
||||
return (
|
||||
<Container>
|
||||
<Section>
|
||||
<Text>
|
||||
<Container style={{ textAlign: 'center', fontSize: '12px' }}>
|
||||
<Row>
|
||||
<Column>
|
||||
<a href='https://cohabit.fr'>Accéder au site →</a>
|
||||
</Text>
|
||||
<Text>
|
||||
</Column>
|
||||
<Column>
|
||||
<a href='tel:0556847961'>Nous téléphoner →</a>
|
||||
</Text>
|
||||
<Text>
|
||||
</Column>
|
||||
<Column>
|
||||
<a href='mailto:fablab@iut.u-bordeaux.fr'>Nous contacter →</a>
|
||||
</Text>
|
||||
</Section>
|
||||
<Text>
|
||||
</Column>
|
||||
</Row>
|
||||
<Text style={{ fontSize: '12px' }}>
|
||||
Coh@bit, IUT de Bordeaux, Bâtiment 10A, 15 rue Naudet, 33170 GRADIGNAN
|
||||
</Text>
|
||||
</Container>
|
||||
|
|
Loading…
Reference in a new issue