From c0725599b2af1a72858db77b26af0b03833b19c4 Mon Sep 17 00:00:00 2001 From: sua yoo Date: Mon, 26 Aug 2024 15:53:08 -0700 Subject: [PATCH] fix: Help forum link not showing on mobile (#2049) Fixes the "Help Forum" link text not showing on smaller screens. --- frontend/src/index.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/frontend/src/index.ts b/frontend/src/index.ts index e874da3a..46db02bf 100644 --- a/frontend/src/index.ts +++ b/frontend/src/index.ts @@ -244,9 +244,7 @@ export class App extends LiteElement {
${this.renderNavBar()} ${this.renderAlertBanner()}
${this.renderPage()}
-
- ${this.renderFooter()} -
+
${this.renderFooter()}
- ${msg("Help Forum")} + ${msg("Help Forum")} ${this.version