From 9486c179ed821be0f378bfcab5bbcb61192fc6ae Mon Sep 17 00:00:00 2001
From: Liliana Sanfilippo <liliana.sanfilippo@uni-bielefeld.de>
Date: Wed, 18 Sep 2024 10:16:34 +0200
Subject: [PATCH]  Invalid DOM property `font-size`. Did you mean `fontSize`?

---
 src/components/Headings.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/Headings.tsx b/src/components/Headings.tsx
index 543eeb59..9ed1cd7a 100644
--- a/src/components/Headings.tsx
+++ b/src/components/Headings.tsx
@@ -137,8 +137,8 @@ export function Hwave({text, id}:{text: string, id?: string}){
             </path>
             </pattern>
         </defs>
-        <text textAnchor="middle" x="50" y="15" font-size="17" fill="url(#wave)"  fill-opacity="0.6">{text}</text>
-        <text textAnchor="middle" x="50" y="15" font-size="17" fill="url(#gradient)" fill-opacity="0.1">{text}</text>
+        <text textAnchor="middle" x="50" y="15" fontSize="17" fill="url(#wave)"  fill-opacity="0.6">{text}</text>
+        <text textAnchor="middle" x="50" y="15" fontSize="17" fill="url(#gradient)" fill-opacity="0.1">{text}</text>
         </svg>
     )
 }
-- 
GitLab