Skip to content

Commit

Permalink
corrected package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bansal-harsh-2504 committed Oct 10, 2024
1 parent 1974223 commit 58df20f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.33.3",
"sonner": "^1.4.41",
"tailwind-merge": "^2.2.1",
"zod": "^3.23.6"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/components/hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function Hero(): React.JSX.Element {
const validation = emailSchema.safeParse(email)

if (!validation.success) {
toast.custom(() => (
toast.custom((_t) => (
<div className="text-brandBlue border-brandBlue/20 w-[90vw] rounded-lg border bg-[#852b2c] p-2 shadow-2xl backdrop-blur-3xl md:w-[20vw]">
<p className="text-sm">Please enter a valid email address</p>
</div>
Expand Down

0 comments on commit 58df20f

Please sign in to comment.