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 25a4d34 commit 3f23447Copy full SHA for 3f23447
content/tutorial/01-svelte/common/src/routes/+error.svelte
@@ -15,8 +15,6 @@
15
>{$page.status}</a
16
>
17
</p>
18
-
19
- <pre>{$page.error?.stack || ''}</pre>
20
{/if}
21
22
<style>
@@ -25,14 +23,4 @@
25
23
font-size: 2rem;
26
24
margin: 0 0 0.5em 0;
27
}
28
29
- pre {
30
- font-family: Menlo, Monaco, monospace;
31
- font-size: 13px;
32
- background: hsl(0, 100%, 95%);
33
- padding: 1rem;
34
- overflow-x: auto;
35
- border-radius: 5px;
36
- color: hsl(0, 100%, 30%);
37
- }
38
</style>
0 commit comments