From f5de31840116e1a27b77a16d638dce86c5c59614 Mon Sep 17 00:00:00 2001 From: Schahin Date: Tue, 15 Oct 2024 19:41:13 +0200 Subject: [PATCH] Fix broken demo button link (#1404) --- web/platform/src/components/qwik/sections/feature.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/platform/src/components/qwik/sections/feature.tsx b/web/platform/src/components/qwik/sections/feature.tsx index 751c47b38..0052b9a10 100644 --- a/web/platform/src/components/qwik/sections/feature.tsx +++ b/web/platform/src/components/qwik/sections/feature.tsx @@ -44,12 +44,12 @@ export const Features = component$(() => { /> ))} - + ); });