Skip to content

Commit 5d49695

Browse files
committed
Fixed file input icon issue
1 parent 1278926 commit 5d49695

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
@@ -242,7 +242,7 @@ const UserForm = ({ isEditing, isProfile, user, setUser, action }) => {
242242
/>
243243
<span className="file-cta">
244244
<span className="file-icon">
245-
<i className="fas fa-upload" />
245+
<i className="mdi mdi-upload" />
246246
</span>
247247
<span className="file-label">
248248
{user.file

0 commit comments

Comments
 (0)