Skip to content

Commit

Permalink
Update favicon.ico and metadata in layout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwyskiel committed Feb 14, 2024
1 parent 1deef28 commit 276ada5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified packages/web/app/favicon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions packages/web/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: "The A-List Setlist",
description: "Mixes by DJ A-List",
};

export default function RootLayout({
Expand Down

0 comments on commit 276ada5

Please sign in to comment.