File tree Expand file tree Collapse file tree 9 files changed +4
-4
lines changed
examples/sveltekit/src/routes Expand file tree Collapse file tree 9 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 <li aria-current ={$page .url .pathname === ' /about' ? ' page' : undefined }>
2323 <a href =" /about" >About</a >
2424 </li >
25- <li aria-current ={$page .url .pathname .startsWith (' /sverdle' ) ? ' page' : undefined }>
26- <a href =" /sverdle" >Sverdle</a >
25+ <li aria-current ={$page .url .pathname .startsWith (' /sverdle-2 ' ) ? ' page' : undefined }>
26+ <a href =" /sverdle-2 " >Sverdle</a >
2727 </li >
2828 </ul >
2929 <svg viewBox =" 0 0 2 3" aria-hidden =" true" >
Original file line number Diff line number Diff line change 2020 </p >
2121
2222 <p >
23- The <a href =" /sverdle" >Sverdle</a > page illustrates SvelteKit's data loading and form handling. Try
23+ The <a href =" /sverdle-2 " >Sverdle</a > page illustrates SvelteKit's data loading and form handling. Try
2424 using it with JavaScript disabled!
2525 </p >
2626</div >
File renamed without changes.
Original file line number Diff line number Diff line change 104104 };
105105 }}
106106>
107- <a class =" how-to-play" href =" /sverdle/how-to-play" >How to play</a >
107+ <a class =" how-to-play" href =" /sverdle-2 /how-to-play" >How to play</a >
108108
109109 <div class ="grid" class:playing ={! won } class:bad-guess ={form ?.badGuess }>
110110 {#each Array .from (Array (6 ).keys ()) as row (row )}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments