Skip to content

Commit a93c7a5

Browse files
committed
fix: missing typo issue
1 parent 4994427 commit a93c7a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/home/StartButtonScreen.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ export const StartButtonScreen = ({ onStart }: StartButtonScreenProps) => {
2828
))}
2929
</div>
3030

31-
<div className="text-center px-4 relative z-10">
31+
<div className="text-center px-4 -mt-24 relative z-10">
3232
{/* Logo */}
33-
<div className='flex justify-center mb-8'>
33+
<div className='flex justify-center'>
3434
<Image
3535
src='/images/logo/logoicon.png'
3636
alt='STELLAR NEXUS'

0 commit comments

Comments
 (0)