Skip to content

Commit 0f048ec

Browse files
committed
tutorial as well
1 parent 240d548 commit 0f048ec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

apps/svelte.dev/src/routes/tutorial/[slug]/Sidebar.svelte

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import { createEventDispatcher } from 'svelte';
33
import Modal from '$lib/components/Modal.svelte';
44
import Menu from './Menu.svelte';
5+
import { Text } from '@sveltejs/site-kit/components';
56
67
/** @type {import('$lib/tutorial').PartStub[]} */
78
export let index;
@@ -62,7 +63,9 @@
6263
}
6364
}}
6465
>
65-
{@html exercise.html}
66+
<Text>
67+
{@html exercise.html}
68+
</Text>
6669
</div>
6770

6871
{#if exercise.next}

0 commit comments

Comments
 (0)