Skip to content

Commit d9e3108

Browse files
committed
fix: correct asset paths in menu.html
1 parent 485c4f6 commit d9e3108

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/components/menu.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
class="nav display:flex justify-content:space-between align-items:center padding:13px">
8181
<!-- Logo -->
8282
<a
83-
href="$relativePath"
83+
href="$relativePath/"
8484
class="display:flex align-items:center gap:10px font-size:28px font-weight:bold">
85-
<img src="$relativePathassets/icon.png" height="50px" alt="icon logo" />
85+
<img src="$relativePath/assets/icon.png" height="50px" alt="icon logo" />
8686
<span>Co<span class="color:#1e90ff">Create</span></span>
8787
</a>
8888

@@ -101,8 +101,8 @@
101101
<!--Logo -->
102102
<!-- <div
103103
class="display:flex position:relative background:gainsboro padding-top:10px padding-bottom:10px">
104-
<a href="$relativePath" class="display:block padding:13px background:gainsboro">
105-
<img src="$relativePathassets/logo.png" height="40px" />
104+
<a href="$relativePath/" class="display:block padding:13px background:gainsboro">
105+
<img src="$relativePath/assets/logo.png" height="40px" />
106106
</a>
107107
<div class="system-status up"></div>
108108
</div> -->

0 commit comments

Comments
 (0)