mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-10 04:22:18 +00:00
Updated back on tutorials
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
export let difficulty: string;
|
||||
export let readtime: string;
|
||||
export let step: number;
|
||||
export let back: string;
|
||||
|
||||
setContext<LayoutContext>('headings', writable({}));
|
||||
|
||||
@@ -56,7 +57,7 @@
|
||||
<meta name="description" content={description} />
|
||||
</svelte:head>
|
||||
|
||||
<DocsTutorial {title} {toc} {tutorials} currentStep={step}>
|
||||
<DocsTutorial {title} {back} {toc} {tutorials} currentStep={step}>
|
||||
<svelte:fragment slot="metadata">
|
||||
{#if difficulty}
|
||||
<li>{difficulty}</li>
|
||||
|
||||
Reference in New Issue
Block a user