more refactoring

This commit is contained in:
geoffrey45
2022-02-23 21:48:57 +03:00
parent fe07961757
commit 38df211882
16 changed files with 85 additions and 51 deletions
+1 -1
View File
@@ -47,7 +47,6 @@ const playThis = (song) => {
playAudio.playAudio(song.trackid);
perks.current.value = song;
};
</script>
<style lang="scss">
@@ -65,6 +64,7 @@ const playThis = (song) => {
&:hover {
cursor: pointer;
background-color: $gray5 !important;
}
hr {