Skip to content

Commit

Permalink
feat : Profile UI(#73)
Browse files Browse the repository at this point in the history
Profile UI
 - Follow/Following
  - setFollow
 - Send Btn
 - Badge UI
 - Edit Link
  • Loading branch information
narinn-star committed Oct 31, 2022
1 parent 66304d9 commit 2e76cdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Profile/Profile.module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*Styles*/
/*Profile Styles*/
.profileStyle {
position: sticky;
top: 50%;
Expand Down
2 changes: 1 addition & 1 deletion src/components/Profile/Profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function Profile() {
narinn-star's Profile Box
</Typography>
<Grid container>
{/* Profile Image */}
{/* Profile PNG */}
<Grid item xs={4.5}>
<img
className={ProfileStyle.img}
Expand Down

0 comments on commit 2e76cdd

Please sign in to comment.