diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-03-21 22:25:45 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-03-21 22:25:45 +0300 |
commit | 85b01ef890c025886c76182b2b942651d721d598 (patch) | |
tree | a503ec77fabe06808863b6dc1fdad06e901e7128 | |
parent | Uploaded the updated chromium install video #125 (diff) | |
download | libredirect-85b01ef890c025886c76182b2b942651d721d598.zip |
Fixed a typo with Spotify page #128
-rw-r--r-- | src/pages/options/spotify/spotify.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/options/spotify/spotify.html b/src/pages/options/spotify/spotify.html index e0553743..2d5bda75 100644 --- a/src/pages/options/spotify/spotify.html +++ b/src/pages/options/spotify/spotify.html @@ -43,7 +43,7 @@ <div class="title"> <img src="../../../assets/images/tiktok-icon.png" /> - <a href="../tiktok/tiktok.html" class="selected">TikTok</a> + <a href="../tiktok/tiktok.html">TikTok</a> </div> <div class="title"> @@ -63,7 +63,7 @@ <div class="title"> <img src="../../../assets/images/spotify-icon.png" /> - <a href="../spotify/spotify.html">Spotify</a> + <a href="../spotify/spotify.html" class="selected">Spotify</a> </div> <div class="title"> |