diff --git a/src/components/SupportUsButton.tsx b/src/components/SupportUsButton.tsx
index a5085dc..82a95db 100644
--- a/src/components/SupportUsButton.tsx
+++ b/src/components/SupportUsButton.tsx
@@ -82,19 +82,19 @@ function SupportUsButton({
}: supportUsButtonProps): React.JSX.Element {
const validatedUrl = validateUrl(organizationInformation?.url);
const logoContent =
- typeof organizationInformation.logo === "string" ? (
-
- {organizationInformation.logo}
-
- ) : (
-
- );
+ typeof organizationInformation.logo === "string" ? (
+
+ {organizationInformation.logo}
+
+ ) : (
+
+ );
return (
// Container for the support us button, with dynamic classes based on the selected theme and custom class names