Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
salimkanoun committed Sep 1, 2024
1 parent 283aaee commit 9b679fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/welcome/SignUpForm copy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const SignUpForm = () => {
return (
<form onSubmit={handleSubmit} className="flex flex-col items-center w-full">
<h1 className="mb-6 text-4xl font-semibold text-center text-dark">
Welcome to <span className="text-primary">Gaelo Flow</span>
Welcome to <span className="text-primary">GaelO Flow</span>
</h1>
<p className="mb-12 text-lg text-center">
Please create your Account
Expand Down
2 changes: 1 addition & 1 deletion src/welcome/SignUpForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const SignUpForm = () => {
<div className="relative w-full px-10 bg-white shadow-lg py-14 rounded-3xl">
<form onSubmit={handleSubmit} className="relative z-10 flex flex-col items-center w-full">
<h1 className="mb-4 text-2xl font-semibold text-center md:text-3xl lg:text-4xl text-dark">
Welcome to <span className="text-primary">Gaelo Flow</span>
Welcome to <span className="text-primary">GaelO Flow</span>
</h1>
<p className="mb-6 text-sm text-center md:text-base lg:text-lg text-dark">
Please create your Account
Expand Down

0 comments on commit 9b679fc

Please sign in to comment.