Skip to content

Commit

Permalink
fixed names
Browse files Browse the repository at this point in the history
  • Loading branch information
shiningw committed May 3, 2022
1 parent dafa268 commit d510ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/folderSettings.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div
@click="handler"
class="torrent-file-header"
class="downloader-folder-settings"
data-tippy-content="Set Download Folder"
:data-path="path"
></div>
Expand Down Expand Up @@ -40,7 +40,7 @@ export default {
</script>
<style scoped lang="scss">
@import "../css/variables.scss";
.torrent-file-header {
.downloader-folder-settings {
width: 45px;
height: 100%;
background: $bg-color url("../../img/folder.svg") bottom left no-repeat;
Expand Down

0 comments on commit d510ea7

Please sign in to comment.