diff --git a/apps/web/src/sections/Features/cards/cli.tsx b/apps/web/src/sections/Features/cards/cli.tsx index 58739259..428c21af 100644 --- a/apps/web/src/sections/Features/cards/cli.tsx +++ b/apps/web/src/sections/Features/cards/cli.tsx @@ -1,6 +1,6 @@ const CLI = () => { return ( -
+
diff --git a/apps/web/src/sections/Footer/Footer.astro b/apps/web/src/sections/Footer/Footer.astro index 7754ab84..b8f2e01c 100644 --- a/apps/web/src/sections/Footer/Footer.astro +++ b/apps/web/src/sections/Footer/Footer.astro @@ -3,7 +3,7 @@ ---

Developed by{" "} diff --git a/apps/web/src/sections/Heading/Heading.astro b/apps/web/src/sections/Heading/Heading.astro index 619522b7..8f11d55c 100644 --- a/apps/web/src/sections/Heading/Heading.astro +++ b/apps/web/src/sections/Heading/Heading.astro @@ -66,7 +66,7 @@ import DownloadBtn from "./download-btn"