diff --git a/.gitignore b/.gitignore index 86bf7c5..cac209a 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,8 @@ logs .env.* !.env.example +# VS Code +.vscode/ nuxt.d.ts .history diff --git a/components/Home/Hero.vue b/components/Home/Hero.vue index 908f2bb..45cdfd7 100644 --- a/components/Home/Hero.vue +++ b/components/Home/Hero.vue @@ -1,12 +1,12 @@