From 87ed0a042413fc243af00f5d1e40c0dd816a0e90 Mon Sep 17 00:00:00 2001
From: liliana <liliana.sanfilippo@uni-bielefeld.de>
Date: Thu, 15 Aug 2024 09:30:45 +0200
Subject: [PATCH] quick fixes

---
 src/contents/description.tsx | 2 +-
 src/headers/dry-h.tsx        | 2 +-
 src/headers/home-h.tsx       | 2 +-
 src/headers/imp-h.tsx        | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/contents/description.tsx b/src/contents/description.tsx
index 5f573d1f..c1e72038 100644
--- a/src/contents/description.tsx
+++ b/src/contents/description.tsx
@@ -1,4 +1,4 @@
-import { H2, Hhighlight, Hhopp, Hshadone, Hwave } from "../components/headings";
+import { H2} from "../components/headings";
 import { Circle } from "../components/Shapes";
 import { Complex } from "../components/svgs";
 /* import PieChart from './Graph.tsx';  */
diff --git a/src/headers/dry-h.tsx b/src/headers/dry-h.tsx
index b2493f10..737a0219 100644
--- a/src/headers/dry-h.tsx
+++ b/src/headers/dry-h.tsx
@@ -1,6 +1,6 @@
 export function DRYH() {
   return (
-    <HeaderBox>
+    <HeaderBox title="dry lab">
       
     </HeaderBox>
   );
diff --git a/src/headers/home-h.tsx b/src/headers/home-h.tsx
index 9fc56173..f7929d6b 100644
--- a/src/headers/home-h.tsx
+++ b/src/headers/home-h.tsx
@@ -1,6 +1,6 @@
 export function HOMEH() {
   return (
-    <HeaderBox>
+    <HeaderBox title=" ">
       
     </HeaderBox>
   );
diff --git a/src/headers/imp-h.tsx b/src/headers/imp-h.tsx
index 970527d3..af746cc6 100644
--- a/src/headers/imp-h.tsx
+++ b/src/headers/imp-h.tsx
@@ -1,7 +1,7 @@
 export function IMPH() {
 
   return (
-    <HeaderBox>
+    <HeaderBox title="">
       
     </HeaderBox>
   );
-- 
GitLab