Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseCSG committed Apr 1, 2024
1 parent 91a94a9 commit 4a22186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const Login = () => {
return (
<main className="from-primary flex h-dvh w-full items-center justify-center bg-gradient-to-r to-[#8671d3]">
<section className="h-[80%] w-[459px] rounded-[20px] bg-white shadow-md">
<p className=" mx-8 mt-10 text-center text-4xl font-medium leading-tight text-black">
<p className="mx-8 mt-10 text-center text-4xl font-medium leading-tight text-black">
Welcome to Feedback Flow
</p>
<Image
Expand Down

0 comments on commit 4a22186

Please sign in to comment.