Skip to content

Commit

Permalink
Modify per UX suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
ssciolla committed Jun 20, 2023
1 parent d29d1ef commit 55440a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/assets/src/components/addQueue.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function AddQueueEditor(props: AddQueueEditorProps) {
Back
</Button>
<Button
variant='primary'
variant='success'
className={buttonSpacing}
aria-label='Finish Adding Queue'
disabled={props.disabled}
Expand Down
2 changes: 1 addition & 1 deletion src/assets/src/components/queueEditors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function GeneralEditor(props: GeneralEditorProps) {
<h2>General</h2>
{props.showSuccessMessage ? <Alert variant='success'>{successMessage}</Alert> : undefined}
{props.showCorrectGeneralMessage ? <Alert variant='danger'>{correctMessage}</Alert> : undefined}
<p>{requiredSymbol} indicates a required field.</p>
<p>{requiredSymbol} Required field</p>
<h3>Name {requiredSymbol}</h3>
<StatelessInputGroupForm
id='name'
Expand Down

0 comments on commit 55440a3

Please sign in to comment.