Skip to content

Commit

Permalink
Merge branch 'develop' into fix/re-create-missing-logic
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b authored Feb 25, 2025
2 parents bb16abe + ff891ae commit 64689e5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [2.12.0-stage.16](https://github.com/keyshade-xyz/keyshade/compare/v2.12.0-stage.15...v2.12.0-stage.16) (2025-02-23)

### 🐛 Bug Fixes

* **web:** Misalignment of toast message after joining the waitlist ([#791](https://github.com/keyshade-xyz/keyshade/issues/791)) ([688e11c](https://github.com/keyshade-xyz/keyshade/commit/688e11c201f1cbdc77b8906805f384aad85f90ab))

### 🔧 Miscellaneous Chores

* **ci:** Remove PR unassign script ([f174101](https://github.com/keyshade-xyz/keyshade/commit/f17410100d845a28affc25d369733facd3809ab5))

## [2.12.0-stage.15](https://github.com/keyshade-xyz/keyshade/compare/v2.12.0-stage.14...v2.12.0-stage.15) (2025-02-23)

### 🐛 Bug Fixes
Expand Down
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keyshade-xyz",
"version": "2.12.0-stage.15",
"version": "2.12.0-stage.16",
"license": "MPL-2.0",
"private": true,
"engineStrict": false,
Expand Down

0 comments on commit 64689e5

Please sign in to comment.