Skip to content

Commit

Permalink
feat: petr background
Browse files Browse the repository at this point in the history
  • Loading branch information
samderanova committed Sep 11, 2023
1 parent a44935d commit e182f1d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 653 deletions.
6 changes: 1 addition & 5 deletions apps/site/src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
"use client";

import type { Metadata } from "next";

import Container from "react-bootstrap/Container";

import FontProvider from "@/lib/FontProvider";

import NavBar from "@/components/NavBar/NavBar";
Expand All @@ -26,7 +22,7 @@ export default function RootLayout({
<FontProvider />
<body className="background">
<NavBar />
<Container>{children}</Container>
{children}
<Footer />
</body>
</html>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e182f1d

Please sign in to comment.