From 7f461bc275cde42e62f42533130be35db8858ab0 Mon Sep 17 00:00:00 2001 From: Nafees Nazik <84864519+G3root@users.noreply.github.com> Date: Fri, 2 Dec 2022 02:00:57 +0530 Subject: [PATCH] fix: padding (#5808) Co-authored-by: alannnc --- apps/web/pages/settings/my-account/conferencing.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/pages/settings/my-account/conferencing.tsx b/apps/web/pages/settings/my-account/conferencing.tsx index cf3486ae10..4b278af01f 100644 --- a/apps/web/pages/settings/my-account/conferencing.tsx +++ b/apps/web/pages/settings/my-account/conferencing.tsx @@ -71,7 +71,7 @@ const ConferencingLayout = () => { .map((app) => ({ ...app, title: app.title || app.name })) .map((app) => ( -
+
{ // eslint-disable-next-line @next/next/no-img-element app.logo && {app.title}