Skip to content

Commit 424f400

Browse files
authored
Merge pull request #157 from CreateThrive/bugfix/file-input-icon
Bugfix: Fixed file input icon issue
2 parents a7de817 + 3644a77 commit 424f400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/UserForm/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ const UserForm = ({ isEditing, isProfile, user, setUser, action }) => {
246246
/>
247247
<span className="file-cta">
248248
<span className="file-icon">
249-
<i className="fas fa-upload" />
249+
<i className="mdi mdi-upload" />
250250
</span>
251251
<span className="file-label">
252252
{user.file

0 commit comments

Comments
 (0)