Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions frontend/src/pages/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,8 @@ const HomePage = () => {
🎉 Registration Submitted!
</h1>

{/* Typewriter Animation */}
<div className="relative text-sm sm:text-base lg:text-lg text-white overflow-hidden h-auto">
<p className="inline-block whitespace-nowrap border-r-2 border-textgreen pr-2 animate-typewriter break-word">
<p className="inline-block ">
Thank you for registering as a driver. Our team is reviewing
your details to validate your registration.
</p>
Expand All @@ -87,7 +86,7 @@ const HomePage = () => {
href="mailto:[email protected]"
className="text-buttongreen underline hover:text-textgreen transition duration-300"
>
support@example.com
jrofer.casio11@gmail.com
</a>
.
</p>
Expand Down
Loading