Skip to content

Commit 7026603

Browse files
committed
fix: link users to the first lesson of the tutorial
1 parent 1d84dfc commit 7026603

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/modals/TutorialRedirectModal.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
class="mr3"
1111
:onClick="close"
1212
:text="translations.actions.start"
13+
:to="`/${tutorial.url}/01`"
1314
/>
1415
<Button
1516
:click="close"

0 commit comments

Comments
 (0)