From 4dc5628ea02e3f7366db603caf43fdc143e2b00a Mon Sep 17 00:00:00 2001
From: Max Luca Beckmann <mbeckmann@techfak.de>
Date: Sun, 29 Sep 2024 13:02:45 +0200
Subject: [PATCH] survey data download

---
 .../Human Practices/Further Engagement/SupMaterial.tsx | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/src/contents/Human Practices/Further Engagement/SupMaterial.tsx b/src/contents/Human Practices/Further Engagement/SupMaterial.tsx
index 4648a1d3..41947fec 100644
--- a/src/contents/Human Practices/Further Engagement/SupMaterial.tsx	
+++ b/src/contents/Human Practices/Further Engagement/SupMaterial.tsx	
@@ -1,10 +1,18 @@
+import { DownloadLink } from "../../../components/Buttons";
 import { Section } from "../../../components/sections";
 
 export function HPSupplement(){
 
     return(
         <Section title="Supplementary Material" id="Supplementary Material">
-            child
+            <div className="row">
+                <div className="col">
+                <p>Click here to see our raw data of our surverys</p>
+                </div>
+                <div className="col">
+                <DownloadLink url="https://static.igem.wiki/teams/5247/pdfs/raw-data-surveys.pdf"  fileName="raw-data-surveys.pdf"></DownloadLink>
+                </div>
+            </div>
         </Section>
     )
 }
\ No newline at end of file
-- 
GitLab