We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 154698d commit 0f5fe20Copy full SHA for 0f5fe20
frontend/components/Footer.vue
@@ -7,7 +7,7 @@
7
</a>
8
</section>
9
10
- <section class="middle">
+ <section class="middle" id="testing">
11
12
13
frontend/pages/index.vue
@@ -45,7 +45,7 @@ export default {
45
methods:{
46
watchFirstVideo(){
47
// TODO: Fix continue watching
48
- this.$router.push(`course/${this.courses.essential[0].slug}`);
+ this.$router.push(`course/${this.courses[0].slug}`);
49
}
50
51
0 commit comments