add key prop to body tag in head

This commit is contained in:
Triston Armstrong 2024-01-07 14:29:27 -06:00
parent 54caac0735
commit 0e69f190f7

View File

@ -17,7 +17,7 @@ export default function Landing({ jobs, skills, projects }: LandingProps) {
<div> <div>
<Head> <Head>
{/* <meta name="color-scheme" content='dark' /> */} {/* <meta name="color-scheme" content='dark' /> */}
<body className='bg-gradient' /> <body className='bg-gradient' key='body' />
</Head> </Head>
<img src='https://i.giphy.com/TBCVggEb9DzSHTUI19.webp' width={220} height={220} alt="peng" style={{ position: 'fixed', bottom: 0, left: 0 }} /> <img src='https://i.giphy.com/TBCVggEb9DzSHTUI19.webp' width={220} height={220} alt="peng" style={{ position: 'fixed', bottom: 0, left: 0 }} />