diff --git a/app/components/Package/Maintainers.vue b/app/components/Package/Maintainers.vue
index ed93688526..4876ad1f55 100644
--- a/app/components/Package/Maintainers.vue
+++ b/app/components/Package/Maintainers.vue
@@ -189,7 +189,13 @@ watch(
class="link-subtle text-sm shrink-0"
dir="ltr"
>
- ~{{ maintainer.name }}
+
+
+
+
+ ~
+ {{ maintainer.name }}
+
{{
maintainer.email
diff --git a/app/components/User/Avatar.vue b/app/components/User/Avatar.vue
index 25cb6092b8..e78d320541 100644
--- a/app/components/User/Avatar.vue
+++ b/app/components/User/Avatar.vue
@@ -1,8 +1,36 @@