From b078e3a03f6c60140aef405a2f2cc3ddab269683 Mon Sep 17 00:00:00 2001
From: Liliana Sanfilippo <lsanfilippo@techfak.uni-bielefeld.de>
Date: Wed, 4 Dec 2024 10:52:22 +0100
Subject: [PATCH] email safety

---
 src/components/Footer.tsx                         | 2 +-
 src/contents/Contribution/Wiki/Wiki-downloads.tsx | 2 +-
 src/contents/impressum.tsx                        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx
index 7de35bb1..1bfae9d9 100644
--- a/src/components/Footer.tsx
+++ b/src/components/Footer.tsx
@@ -56,7 +56,7 @@ export function Footer() {
     <div className="small-row align-items-center">
       <div className="col-sm-4">
           <div className="col">
-            info@igem-bielefeld.de
+            info[at]igem-bielefeld[dot]de
           </div>
           <div className="col"> </div>
           <div className="col">
diff --git a/src/contents/Contribution/Wiki/Wiki-downloads.tsx b/src/contents/Contribution/Wiki/Wiki-downloads.tsx
index 3cbad11f..40f00448 100644
--- a/src/contents/Contribution/Wiki/Wiki-downloads.tsx
+++ b/src/contents/Contribution/Wiki/Wiki-downloads.tsx
@@ -8,7 +8,7 @@ export function WikiDown(){
         <div className="col cycletab" id="flyers" style={{display: "block"}}>
 
             <div className='row align-items-center'>
-                <p>Please note that due to the freezing of the wiki we will not be able to continously update the guide. To obtain the current version, email the current iGEM team Bielefeld (info[at]igem-bielefeld.de) or the Head of Wiki from 2024 (liliana.sanfilippo[at]uni-bielefeld.de). </p>
+                <p>Please note that due to the freezing of the wiki we will not be able to continously update the guide. To obtain the current version, email the current iGEM team Bielefeld (info[at]igem-bielefeld[dot]de) or the Head of Wiki from 2024 (liliana.sanfilippo[at]uni-bielefeld[dot]de). </p>
                     <div className="row">
                         <div className="col">
                         <H4 text="Our Wiki Guide"/>
diff --git a/src/contents/impressum.tsx b/src/contents/impressum.tsx
index 68fedf35..9a4ce45b 100644
--- a/src/contents/impressum.tsx
+++ b/src/contents/impressum.tsx
@@ -22,7 +22,7 @@ export function Impressum() {
             33615 Bielefeld<br />
             <br />
             <b>Contact</b><br />
-            E-mail: team2024@igem-bielefeld.de<br />
+            E-mail: team2024[at]igem-bielefeld[dot]de<br />
             <br />
             <b>Supervisory Authority</b><br />
             Bielefeld University - Center for Biotechnology (CeBiTec)
-- 
GitLab