Change title

This commit is contained in:
Przemek Grondek 2023-07-29 00:31:07 +02:00
parent 33279cf21c
commit f2d5462f71
2 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,9 @@ import { Html, Head, Main, NextScript } from 'next/document'
export default function Document() {
return (
<Html lang="en">
<Head />
<Head>
<title>Przemek Grondek</title>
</Head>
<body data-bs-theme='dark'>
<Main />
<NextScript />

View File

@ -7,7 +7,7 @@ export default function Home() {
return (
<main className={`flex min-h-screen flex-col items-center justify-between p-24`}>
<div className="container">
<h2 className="pb-2 border-bottom">My stuff</h2>
<h2 className="pb-2 border-bottom">Przemek Grondek</h2>
<div className="row g-4 py-5 row-cols-1 row-cols-lg-3">
<Github/>
<LinkedIn/>