Skip to content

Commit 4d0c4ac

Browse files
committed
Moving Seems Wrong section
1 parent 26f8a7e commit 4d0c4ac

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

frontend/src/lib/components/modals/ErrorDetails.svelte

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@
5959
<header class="card-header font-bold text-2xl text-center">
6060
<slot name="title" />
6161
</header>
62+
<section class={sectionClass}>
63+
<p class={fullPageMode ? 'text-base text-center' : ''}>
64+
<T
65+
defaultValue="Seems wrong? Click the button below to gather logs, then send the generated zip file on the modding Discord in #help-using-mods."
66+
keyName="error.reporting_directions"
67+
/>
68+
</p>
69+
</section>
6270
<section class={`${sectionClass} overflow-y-auto`}>
6371
<p class="font-mono">{error}</p>
6472
</section>
@@ -68,14 +76,6 @@
6876
<p class="font-mono">Debug info not yet generated</p>
6977
</section>
7078
{/if}
71-
<section class={sectionClass}>
72-
<p class={fullPageMode ? 'text-base text-center' : ''}>
73-
<T
74-
defaultValue="Seems wrong? Click the button below to gather logs, then send the generated zip file on the modding Discord in #help-using-mods."
75-
keyName="error.reporting_directions"
76-
/>
77-
</p>
78-
</section>
7979
<section class={sectionClass}>
8080
<p class={`text-base ${fullPageMode ? 'text-center' : ''}`}>
8181
<button

0 commit comments

Comments
 (0)