Skip to content

Commit 9892395

Browse files
authored
Merge pull request #11 from kakao/violetblue-patch-2
fix: modify image path
2 parents d1449cc + fbe917c commit 9892395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/routes/style/layout/layout.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
<div class="flex flex-auto overflow-x-auto">
4545
<div class="bg-white border p-32 rounded rounded-md">
46-
<img class="min-w-[896px]" width="100%" src="../../../../assets/images/style/layout/img-layout-paragraph.svg" />
46+
<img class="min-w-[896px]" width="100%" src="assets/images/style/layout/img-layout-paragraph.svg" />
4747
</div>
4848
</div>
4949

0 commit comments

Comments
 (0)