Update index.tsx

This commit is contained in:
skidoodle 2022-08-14 21:14:56 +02:00 committed by GitHub
parent 43f13fc5aa
commit b44fb81f94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,6 @@ export default function() {
if(!spotify) return
return (
<>
<FadeIn>
<div className='px-8 w-11/12 m-auto rounded-lg max-w-4xl'>
<div className='flex flex-col justify-center items-center mt-32 md:mt-56'>
@ -57,6 +56,5 @@ export default function() {
<Toaster />
</FadeIn>
</>
)
}
}