Skip to content

Commit

Permalink
Update website header
Browse files Browse the repository at this point in the history
  • Loading branch information
Glazelf committed Sep 29, 2023
1 parent 3907380 commit 4616b70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Inter } from 'next/font/google'
const inter = Inter({ subsets: ['latin'] })

export const metadata: Metadata = {
title: 'DQM 3 Dark Prince',
title: 'DQM3: The Dark Prince',
description: 'Synth App',
}

Expand All @@ -19,4 +19,4 @@ export default function RootLayout({
<body className={inter.className}>{children}</body>
</html>
)
}
}

0 comments on commit 4616b70

Please sign in to comment.