Skip to content

Commit b3d55b4

Browse files
committed
feat(layout): add Footer component to layout for improved navigation
1 parent 81bdd82 commit b3d55b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/(site)/layout.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { baseOptions } from "@/app/layout.config";
2+
import { Footer } from "@/components/footer";
23
import { HomeLayout } from "fumadocs-ui/layouts/home";
34
import type { ReactNode } from "react";
45

@@ -15,6 +16,7 @@ export default function Layout({ children }: { children: ReactNode }) {
1516
>
1617
{children}
1718
</HomeLayout>
19+
<Footer />
1820
</>
1921
);
2022
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy