Skip to content

Commit 0f5fe20

Browse files
author
Nathan James
committed
ci testing
1 parent 154698d commit 0f5fe20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/components/Footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</a>
88
</section>
99

10-
<section class="middle">
10+
<section class="middle" id="testing">
1111

1212
</section>
1313

frontend/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default {
4545
methods:{
4646
watchFirstVideo(){
4747
// TODO: Fix continue watching
48-
this.$router.push(`course/${this.courses.essential[0].slug}`);
48+
this.$router.push(`course/${this.courses[0].slug}`);
4949
}
5050
}
5151
}

0 commit comments

Comments
 (0)