Skip to content

Commit 7d5b2cd

Browse files
committed
fix paths
1 parent 8235aa5 commit 7d5b2cd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/Folder/Folder.module.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
padding-left: 22px;
4242

4343
&[data-file-kind="directory"] {
44-
background-image: url("../assets/folder.svg");
44+
background-image: url("../../assets/folder.svg");
4545
}
4646

4747
&[data-file-kind="file"] {
48-
background-image: url("../assets/file.svg");
48+
background-image: url("../../assets/file.svg");
4949
}
5050
}
5151

@@ -68,7 +68,7 @@
6868

6969
/* search */
7070
.search {
71-
background: #fff url("../assets/search.svg") no-repeat center right 8px;
71+
background: #fff url("../../assets/search.svg") no-repeat center right 8px;
7272
border: 1px solid transparent;
7373
border-radius: 8px;
7474
flex-shrink: 1;

src/components/SideBar/SideBar.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838
.brand::before {
3939
content: "";
40-
background: url("../assets/logo.svg") no-repeat 0 center;
40+
background: url("../../assets/logo.svg") no-repeat 0 center;
4141
background-size: 26px;
4242
height: 26px;
4343
width: 26px;

0 commit comments

Comments
 (0)