This commit is contained in:
austinkelsay 2024-10-29 13:33:37 -05:00
parent 51e1986c68
commit d4b6e5ba89
No known key found for this signature in database
GPG Key ID: 44CB4EC6D9F2FA02

View File

@ -11,8 +11,8 @@ export default function Home() {
return (
<>
<Head>
<title>Create Next App</title>
<meta name="description" content="Generated by create next app" />
<title>PlebDevs</title>
<meta name="description" content="Learn to code" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favicon.ico" />
</Head>