diff --git a/basics-01-starting-code/app.js b/basics-01-starting-code/app.js index 2657a04..2299a7e 100644 --- a/basics-01-starting-code/app.js +++ b/basics-01-starting-code/app.js @@ -4,7 +4,7 @@ const app = Vue.createApp({ data() { return { courseGoalA: "Finish the course and learn Vue!", - courseGoalB: "Master Vue and build amazing apps!", + courseGoalB: "

Master Vue and build amazing apps!

", vueLink: "https://vuejs.org", }; }, diff --git a/basics-01-starting-code/index.html b/basics-01-starting-code/index.html index 5bb4f7d..6ca7429 100644 --- a/basics-01-starting-code/index.html +++ b/basics-01-starting-code/index.html @@ -17,7 +17,7 @@

My Course Goal

-

{{ outputGoal() }}

+

Learn more about Vue.