Skip to content

Commit 3f23447

Browse files
author
Rich Harris
committed
get rid of incorrect <pre> element
1 parent 25a4d34 commit 3f23447

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

content/tutorial/01-svelte/common/src/routes/+error.svelte

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
>{$page.status}</a
1616
>
1717
</p>
18-
19-
<pre>{$page.error?.stack || ''}</pre>
2018
{/if}
2119

2220
<style>
@@ -25,14 +23,4 @@
2523
font-size: 2rem;
2624
margin: 0 0 0.5em 0;
2725
}
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-
}
3826
</style>

0 commit comments

Comments
 (0)