Skip to content

Commit

Permalink
Update sign up rater text
Browse files Browse the repository at this point in the history
  • Loading branch information
cvanem committed Aug 19, 2024
1 parent 03707d3 commit 0796d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/ApplicationBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ export default function ApplicationBar({ trigger }) {
: [
{ label: 'Login', Module: LoginDialog, onClick: handleClose },
{ label: 'Sign Up for Pro Version', Module: RegisterProDialog, onClick: handleClose },
{ label: 'Sign Up as Rater', Module: RegisterDialog, onClick: handleClose }
{ label: 'Sign Up for App Rater', Module: RegisterDialog, onClick: handleClose }
// { label: 'Take Tour', onClick: handleTour }
].map(({ label, Module, onClick }) => (
<DialogButton key={label} Module={Module} onClick={onClick} variant='menuitem' tooltip='' mount={false}>
Expand Down

0 comments on commit 0796d50

Please sign in to comment.