Update index.tsx

This commit is contained in:
skidoodle 2022-08-15 02:34:51 +02:00 committed by GitHub
parent e65f37beb5
commit 34d9c79f4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ export default function() {
<h1 className='text-4xl font-bold -mt-1'>albert</h1>
<p className='text-[#9ca3af] text-xl flex flex-wrap items-center justify-center whitespace-pre-wrap'>
{ Math.floor((new Date().getTime() - new Date('2004, 07, 22').getTime()) / (1000 * 60 * 60 * 24 * 365.25)) }
{ Math.floor((new Date().getTime() - new Date(07/22/2004).getTime()) / (1000 * 60 * 60 * 24 * 365.25)) }
yrs old <b className='font-semibold'>system administrator</b> and student from Hungary
</p>
</div>