Fixed missing images in InfoSpotifyFeatures
This commit is contained in:
parent
117fb4933d
commit
5674895df4
@ -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"
|
||||
|
BIN
public/res/InfoSpotifyFeatures/ClientIdSecret.png
Normal file
BIN
public/res/InfoSpotifyFeatures/ClientIdSecret.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.5 KiB |
BIN
public/res/InfoSpotifyFeatures/CreateApp.png
Normal file
BIN
public/res/InfoSpotifyFeatures/CreateApp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
BIN
public/res/InfoSpotifyFeatures/CreateAppForm.png
Normal file
BIN
public/res/InfoSpotifyFeatures/CreateAppForm.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user