diff --git a/src/pages/homes/mobile-app.astro b/src/pages/homes/mobile-app.astro index 6fce46d..82a16e8 100644 --- a/src/pages/homes/mobile-app.astro +++ b/src/pages/homes/mobile-app.astro @@ -14,10 +14,10 @@ import Stats from '~/components/widgets/Stats.astro'; import Button from '~/components/ui/Button.astro'; import Image from '~/components/common/Image.astro'; -import appStoreImg from '~/assets/images/app-store.png'; -import googlePlayImg from '~/assets/images/google-play.png'; - +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'; const metadata = {