diff --git a/resources/js/pages/User/Show.vue b/resources/js/pages/User/Show.vue index 7560753..d0ffa2b 100644 --- a/resources/js/pages/User/Show.vue +++ b/resources/js/pages/User/Show.vue @@ -14,7 +14,6 @@ import { Facebook, FileText, Github, - GraduationCap, Heart, Instagram, LogIn, @@ -320,17 +319,17 @@ const totalActivitiesCount = computed(
- -
+ +
- {{ - profileUser.name.charAt(0).toUpperCase() - }} + {{ profileUser.name.charAt(0) }}
- -
-
+ +
+

{{ profileUser.name }}

- {{ roleInfo.label }}
- -

- @{{ profileUser.username }} -

- -
- - {{ - profileUser.institution - }} + @{{ profileUser.username }} + + + {{ profileUser.institution }} +
-

{{ profileUser.title }}

- -
+ +
- Edit + Edit Profile
+ {{ profileUser.about }} +

- +
- + + {{ localAppreciationsCount }} + {{ + localAppreciationsCount === 1 + ? 'appreciation' + : 'appreciations' + }} + - -
- -
- -
- - - - - - - - - + Appreciating {{ appreciatingCount }} + {{ + appreciatingCount === 1 + ? 'member' + : 'members' + }} +
- -
- - Joined {{ profileUser.created_at }} + +
+ + +
+ + Joined {{ profileUser.created_at }} +