Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 77ee37c

Browse files
committedJul 27, 2020
#148 - housekeeping
1 parent 9679788 commit 77ee37c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎client/src/components/EditProfileModal/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export default function EditProfileModal({
101101
} else if (!trim(localUser.title.value)) {
102102
fieldName = "Current role";
103103
} else if (!trim(localUser.company.value)) {
104-
fieldName = "Companye";
104+
fieldName = "Company";
105105
} else if (!trim(localUser.location.value)) {
106106
fieldName = "Location";
107107
} else {

‎client/src/components/Input/style.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@
3434
.label.required:after {
3535
content: "*";
3636
color: red;
37+
margin-left: 5px;
3738
}

0 commit comments

Comments
 (0)
This repository has been archived.