website: add back warning

This commit is contained in:
Kingkor Roy Tirtho 2025-08-15 20:48:29 +06:00
parent 089a3445a1
commit 71bcf355ec
2 changed files with 31 additions and 4 deletions

View File

@ -22,8 +22,32 @@ const otherDownloads: [string, string, IconType][] = [
<br /><br /> <br /><br />
<h5 class="h5">Spotube is available for every platform</h5> <h5 class="h5">Spotube is available for every platform</h5>
<br /> <br />
<!-- WARNING! -->
<DownloadItems links={extendedDownloadLinks} /> <h3 class="h3 text-red-500" data-svelte-h="svelte-1l4b696">
Versions of Spotube (&lt;=v4.0.2) are ceased to work with Spotify™ API.
<br />
So users can no longer use/download those versions.
<br />
Please wait for the next version that will remedy this issue by not using such
APIs.
</h3>
<p class="text-surface-500 mt-5" data-svelte-h="svelte-1nkw9cu">
Spotube has no affiliation with Spotify™ or any of its subsidiaries.
</p>
<br />
<br />
<!-- <DownloadItems links={extendedDownloadLinks} /> -->
<h6 class="h6 mb-5" data-svelte-h="svelte-1ws2638">
The new Spotube v5 is still under beta. Please use the Nightly version
until stable release.
</h6>
<!-- WARNING! -->
<div class="flex">
<a href="/downloads/nightly" class="flex gap-2 btn btn-lg preset-filled">
<LuDownload />
Download Nightly
</a>
</div>
<br /> <br />
<br /> <br />

View File

@ -52,9 +52,12 @@ import { ADS_SLOTS } from "~/collections/app";
</div> </div>
</div> </div>
<div class="flex justify-center"> <div class="flex justify-center">
<a href="/downloads" class="flex gap-2 btn btn-lg preset-filled"> <a
href="/downloads/nightly"
class="flex gap-2 btn btn-lg preset-filled"
>
<LuDownload /> <LuDownload />
Download Download Nightly
</a> </a>
</div> </div>
</div> </div>