Skip to content

Commit

Permalink
Center the "not yet generated" text so it displays better in full-pag…
Browse files Browse the repository at this point in the history
…e errors (#254)
  • Loading branch information
budak7273 authored Oct 19, 2024
1 parent 1e145ab commit 5bc0537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/components/modals/ErrorDetails.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<p class="font-mono">{error}</p>
</section>
{#if !allowOpeningDiscord}
<section class={sectionClass}>
<section class={`${sectionClass} text-center`}>
<!-- This string intentionally not translated so Fred can always catch it! -->
<p class="font-mono">Debug info not yet generated</p>
</section>
Expand Down

0 comments on commit 5bc0537

Please sign in to comment.