Skip to content

Commit 68dafb9

Browse files
committed
fixed parenthesis
1 parent cb352d7 commit 68dafb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Profile/edit.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export function Edit() {
8282
<div class="">
8383
<div class="row profile d-flex align-content-center">
8484
<div class="col-3">
85-
<FaUser className="w-50 h-50 mt-5" />
85+
<FaUser size={150} />
8686
</div>
8787
<div class="col-9">
8888
<div class="list-group">

0 commit comments

Comments
 (0)