+
- connect with Spotify
+
@@ -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"
}
}