Skip to content

Commit

Permalink
got rid of default title styling
Browse files Browse the repository at this point in the history
  • Loading branch information
eelkus01 committed May 28, 2024
1 parent f3b2d3a commit 3239ee0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file removed client/src/app/favicon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions client/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });

export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: "Boston Voter App",
description: "",
};

export default function RootLayout({
Expand Down

0 comments on commit 3239ee0

Please sign in to comment.