Skip to content

Commit

Permalink
fix(edit): added aria label to save button
Browse files Browse the repository at this point in the history
  • Loading branch information
vildeopp committed Jul 11, 2023
1 parent 8f5c9c5 commit f99db97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion next-tavla/src/Admin/scenarios/Edit/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function Edit({
<FloatingButton
className={classes.saveButton}
size="medium"
aria-label={''}
aria-label={'Lagre instillinger'}
onClick={() => {
setBoardSettings(documentId, settings)
}}
Expand Down
4 changes: 2 additions & 2 deletions next-tavla/src/Admin/scenarios/Edit/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
flex-direction: row;
gap: 1em;
position: fixed;
bottom: 10px;
right: 10px;
bottom: 1em;
right: 1em;
}

.saveButton {
Expand Down

0 comments on commit f99db97

Please sign in to comment.