File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -62,11 +62,11 @@ export function MainHeader(props: NavProps) {
62
62
const homePageUrl = createMemo ( ( ) => {
63
63
switch ( project ( ) ) {
64
64
case "solid-start" :
65
- return "/solid-start" ;
65
+ return "/solid-start/ " ;
66
66
case "solid-router" :
67
- return "/solid-router" ;
67
+ return "/solid-router/ " ;
68
68
case "solid-meta" :
69
- return "/solid-meta" ;
69
+ return "/solid-meta/ " ;
70
70
default :
71
71
return "/" ;
72
72
}
@@ -107,7 +107,7 @@ export function MainHeader(props: NavProps) {
107
107
</ li >
108
108
< li >
109
109
< A
110
- href = "/solid-router"
110
+ href = "/solid-router/ "
111
111
class = "text-slate-900 dark:text-slate-200 px-2"
112
112
activeClass = "border-b-2 border-b-blue-500 dark:bottom-b-blue-500 transition-all duration-250"
113
113
addLocale
@@ -117,7 +117,7 @@ export function MainHeader(props: NavProps) {
117
117
</ li >
118
118
< li >
119
119
< A
120
- href = "/solid-start"
120
+ href = "/solid-start/ "
121
121
class = "text-slate-900 dark:text-slate-200 px-2"
122
122
activeClass = "border-b-2 border-b-blue-500 dark:bottom-b-blue-500 transition-all duration-250"
123
123
addLocale
@@ -127,7 +127,7 @@ export function MainHeader(props: NavProps) {
127
127
</ li >
128
128
< li >
129
129
< A
130
- href = "/solid-meta"
130
+ href = "/solid-meta/ "
131
131
class = "text-slate-900 dark:text-slate-200 px-2"
132
132
activeClass = "border-b-2 border-b-blue-500 dark:bottom-b-blue-500 transition-all duration-250"
133
133
addLocale
You can’t perform that action at this time.
0 commit comments