Skip to content

Commit d510ea7

Browse files
committed
fixed names
1 parent dafa268 commit d510ea7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/folderSettings.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div
33
@click="handler"
4-
class="torrent-file-header"
4+
class="downloader-folder-settings"
55
data-tippy-content="Set Download Folder"
66
:data-path="path"
77
></div>
@@ -40,7 +40,7 @@ export default {
4040
</script>
4141
<style scoped lang="scss">
4242
@import "../css/variables.scss";
43-
.torrent-file-header {
43+
.downloader-folder-settings {
4444
width: 45px;
4545
height: 100%;
4646
background: $bg-color url("../../img/folder.svg") bottom left no-repeat;

0 commit comments

Comments
 (0)