Skip to content

Commit

Permalink
fix: finish button pointed to the language page
Browse files Browse the repository at this point in the history
  • Loading branch information
imanemessak committed Aug 30, 2023
1 parent 7228d13 commit 17b26b2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions components/DisplayContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,15 @@
prepend-icon="mdi-party-popper"
>Finish</v-btn
>

<v-btn @click="restart" class="me-2"><v-icon>mdi-restart</v-icon></v-btn>

<v-btn class="bg-info rounded-pill lighten-4 mx-4 mdi mdi-format-list-bulleted"
variant="Flat"
@click.stop="drawer = !drawer_courses"
target="_blank">All Courses</v-btn
>

<v-btn
class="bg-primary rounded-pill lighten-4 mx-4"
variant="flat"
Expand Down Expand Up @@ -68,6 +75,7 @@ export default {
var step = ref(route.query.step ? route.query.step : 0);
const pathParent = route.path;
const path = route.path + id.value;
// Get Tuto pages
const tutosList = await queryContent(path).find();
Expand Down

0 comments on commit 17b26b2

Please sign in to comment.