diff --git a/components/home/home.tsx b/components/home/home.tsx
index 72d72f343..7a512c339 100644
--- a/components/home/home.tsx
+++ b/components/home/home.tsx
@@ -12,12 +12,8 @@ const Home: React.VoidFunctionComponent = () => {
Rallly - Schedule group meetings
-
-
-
-
-
-
+
+
);
};
diff --git a/components/page-layout.tsx b/components/page-layout.tsx
index dfca1286d..bc716d614 100644
--- a/components/page-layout.tsx
+++ b/components/page-layout.tsx
@@ -72,38 +72,36 @@ const PageLayout: React.VoidFunctionComponent
= ({
}) => {
const breakpoint = useBreakpoint();
return (
-
+
Rallly - Support
-
-
-
-
-
-
-
-
-
-
- Yes—with 3 Ls
-
-
+
+
+
+
+
+
+
+
+
+ Yes—with 3 Ls
+
-
- {breakpoint === "sm" ? (
-
-
-
- }
- >
-
-
- ) : null}
+
+ {breakpoint === "sm" ? (
+
+
+
+ }
+ >
+
+
+ ) : null}
{children}
diff --git a/components/page-layout/footer.tsx b/components/page-layout/footer.tsx
index b3a6310c1..f412c799c 100644
--- a/components/page-layout/footer.tsx
+++ b/components/page-layout/footer.tsx
@@ -7,10 +7,10 @@ import Logo from "../../public/logo.svg";
const Footer: React.VoidFunctionComponent = () => {
const { t } = useTranslation("homepage");
return (
-
-
+
+
-
+
Links
diff --git a/components/support.tsx b/components/support.tsx
index 183a298c6..f7858a08d 100644
--- a/components/support.tsx
+++ b/components/support.tsx
@@ -10,134 +10,153 @@ const Support: React.VoidFunctionComponent = () => {
const { t } = useTranslation("support");
return (
-
-
-
Support
-
-
-
General
-
-
-
-
-
- }}
- />
-
-
-
-
- }}
- />
-
-
-
- ),
- }}
- />
-
-
-
-
- {t("legacyPollsQuestion")}
-
-
- }}
- />
-
-
-
-
- {t("contributeQuestion")}
-
-
- ,
- }}
- />
-
-
- Privacy & Security
-
-
- {t("isMyDataSafeQuestion")}
-
-
- }}
- />
-
-
- Self-hosting
-
-
- {t("selfHostQuestion")}
-
-
- ,
- }}
- />
-
-
-
-
- {t("canYouHelpMeSetUpRalllyQuestion")}
-
-
-
- ),
- }}
- />
-
-
-
-
-
-
-
-
-
{t("supportContactTitle")}
-
- ,
- }}
- />
-
-
} onClick={showCrispChat}>
- {t("chatWithSupport")}
-
-
+
+
Support
+
+
+
General
+
+
+
+
+
+ }}
+ />
+
+
+
+
+ }}
+ />
+
+
+
+ ),
+ }}
+ />
+
+
+
+
+ {t("legacyPollsQuestion")}
+
+
+ }}
+ />
+
+
+
+
+ {t("contributeQuestion")}
+
+
+ ,
+ }}
+ />
+
+
+ Privacy & Security
+
+
+ {t("isMyDataSafeQuestion")}
+
+
+ }}
+ />
+
+
+ Self-hosting
+
+
+ {t("selfHostQuestion")}
+
+
+ ,
+ }}
+ />
+
+
+
+
+ {t("canYouHelpMeSetUpRalllyQuestion")}
+
+
+
+ ),
+ }}
+ />
+
+
+
+
+
+
+
+
+
{t("supportContactTitle")}
+
+ ,
+ }}
+ />
+
+
} onClick={showCrispChat}>
+ {t("chatWithSupport")}
+