mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
website: remove playstore button
This commit is contained in:
parent
894b0d7e5e
commit
3cce2868de
@ -60,5 +60,15 @@
|
||||
"remark-reading-time": "^1.0.1",
|
||||
"svelte-fa": "^4.0.2",
|
||||
"svelte-markdown": "^0.4.1"
|
||||
},
|
||||
"packageManager": "pnpm@10.4.0+sha512.6b849d0787d97f8f4e1f03a9b8ff8f038e79e153d6f11ae539ae7c435ff9e796df6a862c991502695c7f9e8fac8aeafc1ac5a8dab47e36148d183832d886dd52",
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
"@fortawesome/fontawesome-common-types",
|
||||
"@fortawesome/free-brands-svg-icons",
|
||||
"@sveltejs/kit",
|
||||
"esbuild",
|
||||
"svelte-preprocess"
|
||||
]
|
||||
}
|
||||
}
|
@ -53,17 +53,9 @@
|
||||
built with Electron (web technologies)
|
||||
</p>
|
||||
<br />
|
||||
<div class="flex items-center">
|
||||
<a
|
||||
href="https://play.google.com/store/apps/details?id=oss.krtirtho.spotube"
|
||||
target="_blank"
|
||||
>
|
||||
<img
|
||||
class="-m-2"
|
||||
src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png"
|
||||
alt="Google PlayStore"
|
||||
width="200"
|
||||
/>
|
||||
<div class="flex items-center gap-3">
|
||||
<a href="https://news.ycombinator.com/item?id=39066136" target="_blank">
|
||||
<img src="https://hackerbadge.vercel.app/api?id=39066136" alt="HackerNews" />
|
||||
</a>
|
||||
<a href="https://flathub.org/apps/com.github.KRTirtho.Spotube" target="_blank">
|
||||
<img
|
||||
@ -73,12 +65,7 @@
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
<br />
|
||||
<a href="https://news.ycombinator.com/item?id=39066136" target="_blank">
|
||||
<img src="https://hackerbadge.vercel.app/api?id=39066136" alt="HackerNews" />
|
||||
</a>
|
||||
</div>
|
||||
<br class="hidden md:block" />
|
||||
<div class="flex justify-center">
|
||||
<a href="/downloads" class="flex gap-2 btn variant-filled-primary">
|
||||
Download
|
||||
|
Loading…
Reference in New Issue
Block a user