Fixed missing images in InfoSpotifyFeatures
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user