diff --git a/src/assets/spotify.svg b/src/assets/spotify.svg new file mode 100755 index 0000000..431bb9d --- /dev/null +++ b/src/assets/spotify.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/src/components/ZoneMusic.vue b/src/components/ZoneMusic.vue index d653b01..3634bd6 100644 --- a/src/components/ZoneMusic.vue +++ b/src/components/ZoneMusic.vue @@ -1,5 +1,5 @@ @@ -138,6 +141,19 @@ label[data-pm-holder] { p { font-family: $serif-font-family; } + +button { + font-family: $serif-font-family; + font-weight: bold; + font-size: 18px; + padding: 0.5rem; +} + +.spotify { + display: inline-block; + width: 20px; + vertical-align: middle; +} diff --git a/src/locales/en.json b/src/locales/en.json index b6098a3..b4569fb 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -10,6 +10,7 @@ } }, "music": { - "loading": "loading..." + "loading": "loading...", + "useSpotify": "For the best experience, use" } } diff --git a/src/locales/fr.json b/src/locales/fr.json index 4c5fb59..bae1ce4 100644 --- a/src/locales/fr.json +++ b/src/locales/fr.json @@ -10,6 +10,7 @@ } }, "music": { - "loading": "loading..." + "loading": "loading...", + "useSpotify": "Ayez une meilleure expérience avec" } }