Skip to content

Commit

Permalink
fix(web): Misalignment of toast message after joining the waitlist (#791
Browse files Browse the repository at this point in the history
)

Co-authored-by: Rajdip Bhattacharya <[email protected]>
  • Loading branch information
Agastya221 and rajdip-b authored Feb 23, 2025
1 parent f174101 commit 688e11c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/components/hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ function Hero(): React.JSX.Element {
})

toast.custom((_t) => (
<div className="text-brandBlue border-brandBlue/20 w-[90vw] rounded-lg border bg-[#293234] p-2 shadow-2xl backdrop-blur-3xl md:w-[25vw]">
<div className="text-brandBlue border-brandBlue/20 w-[90vw] rounded-lg border bg-[#293234] p-3 shadow-2xl backdrop-blur-3xl md:w-[25vw]">
<h1 className="font-semibold">Welcome to Keyshade 🎉</h1>
<p className="text-sm">
<p className="text-sm leading-relaxed">
You have been added to the waitlist. We will notify you once we
launch
</p>
Expand Down

0 comments on commit 688e11c

Please sign in to comment.