Update Hover Text on Landing Page (#2251)

Update page.tsx
This commit is contained in:
Arnab Chakraborty 2024-03-27 01:51:40 -04:00 committed by GitHub
parent f190dd3ff0
commit b69733ffd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -109,7 +109,7 @@ export default async function Page() {
/>
</div>
<ArrowUp className='invisible size-7 pt-2 text-white/40 md:visible' />
<p className='invisible pt-2 text-xs text-white/40 md:visible'>Hover on the image above to see how the app works!</p>
<p className='invisible pt-2 text-xs text-white/40 md:visible'>Hover to see more</p>
</div>
</div>
</div>