Skip to content

Commit e2fb44d

Browse files
committed
fix: organization dropdown
1 parent bd4a8bd commit e2fb44d

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

src/components/sidenav.html

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,15 @@
1717
resize-if="0px"
1818
resize-selector="document; [menu-icon][]"></div>
1919

20-
<div class="header">
20+
<div class="header height:70px">
2121
<!-- Logo -->
2222
<a
2323
href="{{path}}"
24-
class="display:flex align-items:center gap:10px font-size:28px font-weight:bold">
25-
<img src="{{path}}assets/icon.png" height="50px" alt="icon logo" />
24+
class="display:flex align-items:center gap:5px font-size:28px font-weight:bold">
25+
<img
26+
src="{{path}}assets/icons/icon-192x192.png"
27+
height="50px"
28+
alt="icon logo" />
2629
<span>Co<span class="color:#1e90ff">Create</span></span>
2730
</a>
2831

@@ -31,7 +34,8 @@
3134
menu-icon
3235
toggle="width:0px,"
3336
toggle-selector="document; #menuL"
34-
toggle-attribute="style">
37+
toggle-attribute="style"
38+
class="margin-right:10px">
3539
<span></span>
3640
<span></span>
3741
<span></span>
@@ -60,8 +64,8 @@
6064

6165
<!-- Navigation -->
6266
<section class="display:flex flex-direction:column gap:20px font-size:20px">
63-
<a href="{{path}}demo/" class="color:dodgerblue:hover">Demos</a>
64-
<a href="#pricing" class="color:dodgerblue:hover">Pricing</a>
67+
<a href="{{path}}demos/" class="color:dodgerblue:hover">Demos</a>
68+
<a href="{{path}}#pricing" class="color:dodgerblue:hover">Pricing</a>
6569
<a href="{{path}}docs/" class="color:dodgerblue:hover">Docs</a>
6670
<a href="{{path}}blog/" class="color:dodgerblue:hover">Blog</a>
6771
<!-- <a href="{{path}}discuss/" class="color:dodgerblue:hover"

0 commit comments

Comments
 (0)