Skip to content

Commit

Permalink
fix-#432: Bug Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kapilG0 committed Jun 27, 2024
1 parent 12c559f commit 6d687c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/pages/signin-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function signin() {
<div className="flex-grow cursor-default bg-white py-4 dark:bg-dark-card">
<div className="m-4 mb-4 flex justify-center">
<div className="flex w-full items-center justify-center">
<h2 className="w-3/4 pl-48 text-center text-lg font-bold text-black dark:text-dark-primary sm:text-xl">
<h2 className="w-3/4 pl-2 text-center text-lg font-bold text-black dark:text-dark-primary sm:text-xl">
Sign in to WanderLust
</h2>
<div className="flex items-center justify-end px-4 sm:px-20">
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/signup-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function Signup() {
<div className="flex-grow cursor-default bg-white py-4 dark:bg-dark-card">
<div className="m-4 mb-4 flex justify-center">
<div className="flex w-full items-center justify-center">
<h2 className="w-3/4 pl-48 text-center text-lg font-bold text-black dark:text-dark-primary sm:text-xl">
<h2 className="w-3/4 pl-2 text-center text-lg font-bold text-black dark:text-dark-primary sm:text-xl">
Sign up to WanderLust
</h2>
<div className="flex items-center justify-end px-4 sm:px-20">
Expand Down

0 comments on commit 6d687c3

Please sign in to comment.