Fixed missing images in InfoSpotifyFeatures

This commit is contained in:
RemixDev 2022-02-09 13:02:01 +01:00
parent 117fb4933d
commit 5674895df4
5 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<title>deemix</title>
<link href="/favicon.ico" rel="shortcut icon" />
<link href="favicon.ico" rel="shortcut icon" />
<meta
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=0"
name="viewport"

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -16,15 +16,15 @@
</i18n>
<p class="mb-4 text-base">
{{ $t('settings.spotify.howTo.clientSecretQuestion.step2.text') }}<br/>
<img src="https://i.imgur.com/YFz7rHj.png" :alt="$t('settings.spotify.howTo.clientSecretQuestion.step2.imageAlt')" />
<img src="res/InfoSpotifyFeatures/CreateApp.png" :alt="$t('settings.spotify.howTo.clientSecretQuestion.step2.imageAlt')" />
</p>
<p class="mb-4 text-base">
{{ $t('settings.spotify.howTo.clientSecretQuestion.step3.text') }}<br/>
<img src="https://i.imgur.com/TpzAVDc.png" :alt="$t('settings.spotify.howTo.clientSecretQuestion.step3.imageAlt')" />
<img src="res/InfoSpotifyFeatures/CreateAppForm.png" :alt="$t('settings.spotify.howTo.clientSecretQuestion.step3.imageAlt')" />
</p>
<p class="mb-4 text-base">
{{ $t('settings.spotify.howTo.clientSecretQuestion.step4.text') }}<br/>
<img src="https://i.imgur.com/MtpcIsC.png" :alt="$t('settings.spotify.howTo.clientSecretQuestion.step4.imageAlt')" />
<img src="res/InfoSpotifyFeatures/ClientIdSecret.png" :alt="$t('settings.spotify.howTo.clientSecretQuestion.step4.imageAlt')" />
</p>
<p class="mb-4 text-base">{{ $t('settings.spotify.howTo.clientSecretQuestion.step5') }}</p>