Skip to content

Commit 0571a4d

Browse files
committed
Update SidebarLayout.js
1 parent 732cebe commit 0571a4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/layouts/SidebarLayout.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { Footer } from '@/components/home/Footer'
12
import { Logo } from '@/components/Logo'
23
import { useIsomorphicLayoutEffect } from '@/hooks/useIsomorphicLayoutEffect'
34
import { gradients } from '@/utils/gradients'
@@ -306,6 +307,7 @@ export function SidebarLayout({ children, navIsOpen, setNavIsOpen, nav, sidebar,
306307
</div>
307308
</div>
308309
</div>
310+
<Footer />
309311
</SidebarContext.Provider>
310312
)
311313
}

0 commit comments

Comments
 (0)