File tree Expand file tree Collapse file tree
routes/(new-styling)/manage/(authenticated) Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 <header class =" col-start-2 col-end-5 row-start-1 row-end-2 pt-2 pr-0 md:pr-6" >
2121 {@render header ?.()}
2222 </header >
23- <footer class =" col-start-1 col-end-5 row-start-5 row-end-6 px-4 py-4 md:px-6 " >
23+ <footer class =" col-start-1 col-end-5 row-start-5 row-end-6" >
2424 {@render footer ?.()}
2525 </footer >
2626</div >
Original file line number Diff line number Diff line change 1818 import { handleError } from " $lib/components/utils/error" ;
1919 import Dialog from " $lib/components/ui/Dialog.svelte" ;
2020 import AuthWizard from " $lib/components/wizards/auth/AuthWizard.svelte" ;
21+ import Footer from " $lib/components/layout/Footer.svelte" ;
2122
2223 const { children } = $props ();
2324
257258 </div >
258259 {/ snippet }
259260 {#snippet footer ()}
260- <div class =" flex" >
261- <p class =" text-text-primary" >© Internet Identity</p >
262- <div class =" flex-1" ></div >
263- <ButtonOrAnchor class =" text-text-primary hover:underline" href =" /support"
264- >Support
265- </ButtonOrAnchor >
266- </div >
261+ <Footer />
267262 {/ snippet }
268263</MainContent >
You can’t perform that action at this time.
0 commit comments