From b6570b23852e88479f97a3a1377124a5d23c9a53 Mon Sep 17 00:00:00 2001 From: KoCoder Date: Sun, 6 Oct 2024 20:13:15 +0200 Subject: [PATCH] use window instead of global for the RWJS_API_URL Variable --- web/src/components/Hero/Hero.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/Hero/Hero.tsx b/web/src/components/Hero/Hero.tsx index a16d622..5c2788e 100644 --- a/web/src/components/Hero/Hero.tsx +++ b/web/src/components/Hero/Hero.tsx @@ -53,7 +53,7 @@ export default function Hero() {

Anmelden