Skip to content

Commit

Permalink
feat(web): update opt-in label
Browse files Browse the repository at this point in the history
Co-authored-by: Sokratis Vidros <[email protected]>
  • Loading branch information
ChmaraX and SokratisVidros authored Nov 8, 2024
1 parent 464f98d commit dde5b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/ee/clerk/components/UserProfileButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function UserProfileButton() {
{isNewDashboardEnabled && (
<UserButton.MenuItems>
<UserButton.Action
label="Try out the new dashboard (beta)"
label="Try our new Dashboard (beta)"
labelIcon={<IconBolt size="16" color="var(--nv-colors-typography-text-main)" />}
onClick={optIn}
/>
Expand Down

0 comments on commit dde5b02

Please sign in to comment.