Skip to content

Commit

Permalink
Merge pull request #11 from kakao/violetblue-patch-2
Browse files Browse the repository at this point in the history
fix: modify image path
  • Loading branch information
violetblue authored Jul 26, 2023
2 parents d1449cc fbe917c commit 9892395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/routes/style/layout/layout.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 43,7 @@

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

Expand Down

0 comments on commit 9892395

Please sign in to comment.