Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
htovarm7 committed Feb 15, 2025
2 parents 1d21180 + d77c214 commit 35658ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/RegistrationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default function RegistrationForm() {
<div className="text-center">
<h2 className="text-2xl font-bold mb-4">¡Ya has enviado tu formulario!</h2>
<p className="text-gray-600 mb-6">
Tu registro ya está completo. Inicia sesion con tu cuenta el 14 de febrero para descubrir tus matchs!
Tu registro ya está completo. Inicia sesion con tu cuenta el 15 de febrero para descubrir tus matchs!
</p>
<div className="flex flex-col gap-4 items-center">
<Link href="/">
Expand Down
2 changes: 1 addition & 1 deletion components/welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const Welcome = () => {
<p className="text-gray-700 text-md mt-2 relative text-center">
Our AI-powered matchmaking system will pair you with your ideal partner.
</p>
<p className="text-gray-800 text-md font-semibold mt-6 relative text-center">Register now and get matched on February 14th!</p>
<p className="text-gray-800 text-md font-semibold mt-6 relative text-center">Register now and get matched on February 15th!</p>

<Button size="lg" className="text-lg px-8 py-6" onClick={handleRegisterClick}>
Register Now!
Expand Down

0 comments on commit 35658ba

Please sign in to comment.