From 48bb946e4b2d279ae9f62491b82bf9296b670129 Mon Sep 17 00:00:00 2001 From: "mr. M" Date: Tue, 10 Dec 2024 16:31:48 +0100 Subject: [PATCH] fix: remove unnecessary div in Community component and adjust Image positioning in Hero component --- src/components/Community.astro | 1 - src/components/Hero.astro | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/Community.astro b/src/components/Community.astro index 852721e..163921a 100644 --- a/src/components/Community.astro +++ b/src/components/Community.astro @@ -15,7 +15,6 @@ import { id="Community" class="flex min-h-screen w-full flex-col items-center text-center relative" > -
Community Driven We are a community-driven project. We listen to our users and build the diff --git a/src/components/Hero.astro b/src/components/Hero.astro index e38bb03..1ec642e 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -25,5 +25,5 @@ import { ArrowRight } from 'lucide-astro' - + \ No newline at end of file