From e045a294fdc0a431b687cefae295d2a4aae2ca3f Mon Sep 17 00:00:00 2001 From: Ignacio98 Date: Thu, 14 Nov 2024 13:23:58 -0500 Subject: [PATCH 1/9] Avances en modificaciones. --- src/components/widgets/Header.astro | 2 +- src/pages/homes/mobile-app.astro | 68 +++++++++++++---------------- src/utils/permalinks.ts | 2 +- 3 files changed, 33 insertions(+), 39 deletions(-) diff --git a/src/components/widgets/Header.astro b/src/components/widgets/Header.astro index ff4a3aa6d..caafcf4f4 100644 --- a/src/components/widgets/Header.astro +++ b/src/components/widgets/Header.astro @@ -72,7 +72,7 @@ const currentPath = `/${trimSlash(new URL(Astro.url).pathname)}`; >
- +
diff --git a/src/pages/homes/mobile-app.astro b/src/pages/homes/mobile-app.astro index 8d06721bf..b4fc7c32e 100644 --- a/src/pages/homes/mobile-app.astro +++ b/src/pages/homes/mobile-app.astro @@ -14,9 +14,6 @@ import Stats from '~/components/widgets/Stats.astro'; import Button from '~/components/ui/Button.astro'; import Image from '~/components/common/Image.astro'; -const appStoreImg = '~/assets/images/app-store.png'; -const appStoreDownloadLink = 'https://github.com/onwidget/astrowind'; - const googlePlayImg = '~/assets/images/google-play.png'; const googlePlayDownloadLink = 'https://github.com/onwidget/astrowind'; @@ -29,15 +26,16 @@ const metadata = {
- AstroWind App:
professional websites AcontPlus App:
ahorre tu tiempo
- Download now and embark on a journey to elevate your projects like never before. + Descargue nuestra aplicación, revise la demostración y experimenta la diferencia ahorrando tiempo.
- - @@ -195,10 +189,10 @@ const metadata = { @@ -206,7 +200,7 @@ const metadata = {