We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d119e8f commit c072559Copy full SHA for c072559
frontend/src/index.ts
@@ -244,9 +244,7 @@ export class App extends LiteElement {
244
<div class="min-w-screen flex min-h-screen flex-col">
245
${this.renderNavBar()} ${this.renderAlertBanner()}
246
<main class="relative flex flex-auto">${this.renderPage()}</main>
247
- <div class="mt-7 border-t border-neutral-100">
248
- ${this.renderFooter()}
249
- </div>
+ <div class="border-t border-neutral-100">${this.renderFooter()}</div>
250
</div>
251
252
<sl-dialog
@@ -611,7 +609,7 @@ export class App extends LiteElement {
611
609
rel="noopener"
612
610
>
613
<sl-icon name="patch-question" class="size-4 text-base"></sl-icon>
614
- <span class="sr-only lg:not-sr-only">${msg("Help Forum")}</span>
+ ${msg("Help Forum")}
615
</a>
616
617
${this.version
0 commit comments