From f2d59d901f6182128b250bae6ca54b6bb4b3a449 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 6 May 2022 11:41:50 -0500 Subject: [PATCH] ErrorBoundary: only limit the logo's height (not width) --- app/soapbox/components/error_boundary.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/components/error_boundary.tsx b/app/soapbox/components/error_boundary.tsx index 2b865e3bbf..6df25cb9dc 100644 --- a/app/soapbox/components/error_boundary.tsx +++ b/app/soapbox/components/error_boundary.tsx @@ -118,7 +118,7 @@ class ErrorBoundary extends React.PureComponent {
{logo ? ( - {siteTitle} + {siteTitle} ) : ( )}