diff --git a/templates/components/Signature.tsx b/templates/components/Signature.tsx
index 39cb198..2e2861c 100644
--- a/templates/components/Signature.tsx
+++ b/templates/components/Signature.tsx
@@ -1,4 +1,12 @@
-import { Column, Container, Row, Text } from 'jsx-email'
+import { Column, Container, Img, Row, Text } from 'jsx-email'
+import type { JSX } from 'preact/jsx-runtime'
+
+const imgCss: JSX.CSSProperties = {
+ display: 'inline',
+ padding: '1rem',
+ paddingBottom: 0,
+ height: '3rem',
+}
export function Signature() {
return (
@@ -14,6 +22,13 @@ export function Signature() {
Nous contacter →
+
+
+
Coh@bit, IUT de Bordeaux, Bâtiment 10A, 15 rue Naudet, 33170 GRADIGNAN