File tree 3 files changed +12
-4
lines changed
3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 161
161
</div >
162
162
<div class =" flex float-right" >
163
163
<span class =" relative inline-flex items-center mb-5 mt-1 mr-6" >
164
- <span class =" ml-3 text-xs text-red-600 font-bold" ><a href =" /login" >Login/Profile</a ></span >
164
+ <span class =" ml-3 text-xs text-red-600 font-bold"
165
+ ><a data-sveltekit-reload href =" /login" >Login/Profile</a ></span
166
+ >
165
167
</span >
166
168
<label class =" relative inline-flex items-center mb-5 cursor-pointer mt-1" >
167
169
<input type ="checkbox" bind:checked ={advanced } class =" sr-only peer" />
351
353
</div >
352
354
<div class =" flex justify-center" >
353
355
<p class =" text-xs" >
354
- Looking for the admin page? <a class =" text-blue-500" href =" /admin" >Click here</a >
356
+ Looking for the admin page? <a class =" text-blue-500" data-sveltekit-reload href =" /admin"
357
+ >Click here</a
358
+ >
355
359
</p >
356
360
</div >
357
361
<div class =" flex justify-center" >
Original file line number Diff line number Diff line change 148
148
{/if }
149
149
<footer >
150
150
<div class =" flex justify-center mt-2" >
151
- <p class =" text-xs" ><a class =" text-blue-500" href =" /" >Back to main page</a ></p >
151
+ <p class =" text-xs" >
152
+ <a class =" text-blue-500" data-sveltekit-reload href =" /" >Back to main page</a >
153
+ </p >
152
154
</div >
153
155
</footer >
Original file line number Diff line number Diff line change 164
164
{/if }
165
165
<footer >
166
166
<div class =" flex justify-center mt-2" >
167
- <p class =" text-xs" ><a class =" text-blue-500" href =" /" >Back to main page</a ></p >
167
+ <p class =" text-xs" >
168
+ <a class =" text-blue-500" data-sveltekit-reload href =" /" >Back to main page</a >
169
+ </p >
168
170
</div >
169
171
</footer >
You can’t perform that action at this time.
0 commit comments