Skip to content

Commit

Permalink
Update signup-page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kapilG0 authored Jun 28, 2024
1 parent 7d1a0ca commit 460f4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/signup-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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="text-center text-lg font-bold text-black dark:text-dark-primary sm:w-2/4 sm:pl-2 sm:text-xl md:w-3/4 md:pl-48">
<h2 className="text-center text-lg font-bold text-black dark:text-dark-primary w-2/4 pl-2 sm:text-xl md:w-3/4 md:pl-48">
Sign up to WanderLust
</h2>
<div className="flex items-center justify-end px-4 sm:px-20">
Expand Down

0 comments on commit 460f4a5

Please sign in to comment.