Skip to content

Commit 17b26b2

Browse files
committed
fix: finish button pointed to the language page
1 parent 7228d13 commit 17b26b2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

components/DisplayContent.vue

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,15 @@
3535
prepend-icon="mdi-party-popper"
3636
>Finish</v-btn
3737
>
38+
3839
<v-btn @click="restart" class="me-2"><v-icon>mdi-restart</v-icon></v-btn>
3940

41+
<v-btn class="bg-info rounded-pill lighten-4 mx-4 mdi mdi-format-list-bulleted"
42+
variant="Flat"
43+
@click.stop="drawer = !drawer_courses"
44+
target="_blank">All Courses</v-btn
45+
>
46+
4047
<v-btn
4148
class="bg-primary rounded-pill lighten-4 mx-4"
4249
variant="flat"
@@ -68,6 +75,7 @@ export default {
6875
var step = ref(route.query.step ? route.query.step : 0);
6976
const pathParent = route.path;
7077
const path = route.path + id.value;
78+
7179
7280
// Get Tuto pages
7381
const tutosList = await queryContent(path).find();

0 commit comments

Comments
 (0)