From 81f150188dc74cb21e344dad2ae1a40ef7d9825b Mon Sep 17 00:00:00 2001 From: tacheraSasi Date: Sun, 1 Dec 2024 23:36:18 +0300 Subject: [PATCH] fixed the header link to get started --- website/components/Feature.tsx | 4 ++-- website/components/cta.tsx | 2 +- website/components/header.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website/components/Feature.tsx b/website/components/Feature.tsx index 4d04e58..c20e921 100644 --- a/website/components/Feature.tsx +++ b/website/components/Feature.tsx @@ -20,12 +20,12 @@ interface FeatureProps { const Feature: React.FC = ({ feature, index }) => { return ( -
+
diff --git a/website/components/cta.tsx b/website/components/cta.tsx index 5bac9eb..b926b88 100644 --- a/website/components/cta.tsx +++ b/website/components/cta.tsx @@ -18,7 +18,7 @@ export default function CTA() {

Start your journey with VintLang today and experience the power of Swahili-inspired programming.

-
+
diff --git a/website/components/header.tsx b/website/components/header.tsx index 86e5cc2..b63c592 100644 --- a/website/components/header.tsx +++ b/website/components/header.tsx @@ -24,7 +24,7 @@ export default function Header() {