Skip to content

Commit

Permalink
#588 correct spelling in hidden class
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikeW committed Sep 7, 2022
1 parent 3807a76 commit 69f5178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/QuickAdd.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ export const QuickAdd = ({
/>
<img
className={
search.text === "" ? "validation-icon hiden" : "validation-icon"
search.text === "" ? "validation-icon hidden" : "validation-icon"
}
src={getValidationIconSrc()}
alt="Validity"
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ Other button classes are defined further down together with other classes for th
right: 1rem;
}

.hiden {
.hidden {
visibility: hidden;
}

Expand Down

0 comments on commit 69f5178

Please sign in to comment.