Skip to content

Commit

Permalink
fix header and stackoverflow image
Browse files Browse the repository at this point in the history
version-patch
  • Loading branch information
trueberryless committed Feb 14, 2024
1 parent d7aea72 commit 1b6f98e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });

export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: "trueberryless",
description: "A portfolio website for Felix Schneider",
};

export default function RootLayout({
children,
children,
}: Readonly<{
children: React.ReactNode;
children: React.ReactNode;
}>) {
return (
<html lang="en">
<body className={inter.className}>{children}</body>
</html>
);
return (
<html lang="en">
<body className={inter.className}>{children}</body>
</html>
);
}
Binary file modified public/logos/stack-overflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1b6f98e

Please sign in to comment.