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

@@ -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>