From ccde0c20abc7e2fefdad3ae30ccea87c0bcde6e6 Mon Sep 17 00:00:00 2001 From: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com> Date: Sun, 17 Apr 2022 01:53:15 +0530 Subject: [PATCH] fixed avatargroup in mobile screens (#2498) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- apps/web/pages/[user].tsx | 4 ++-- apps/web/pages/team/[slug].tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/web/pages/[user].tsx b/apps/web/pages/[user].tsx index 43a84638..1218612f 100644 --- a/apps/web/pages/[user].tsx +++ b/apps/web/pages/[user].tsx @@ -84,11 +84,11 @@ export default function User(props: inferSSRProps) {

{type.title}

-
+
({ alt: user.name || "", diff --git a/apps/web/pages/team/[slug].tsx b/apps/web/pages/team/[slug].tsx index 260cbc4d..12013b3c 100644 --- a/apps/web/pages/team/[slug].tsx +++ b/apps/web/pages/team/[slug].tsx @@ -60,11 +60,11 @@ function TeamPage({ team }: TeamPageProps) {

{type.title}

-
+
({ alt: user.name || "",