diff --git a/README.md b/README.md index 85bf3d9..7a39f5f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# vue-tailwind-bartik +# rebuilding-bartik ## Project setup ``` diff --git a/package.json b/package.json index a837d54..2fed6b3 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "vue-tailwind-bartik", + "name": "rebuilding-bartik", "version": "0.1.0", "private": true, "scripts": { diff --git a/public/index.html b/public/index.html index b26e054..03a5e49 100644 --- a/public/index.html +++ b/public/index.html @@ -9,7 +9,7 @@
diff --git a/src/components/MainMenu.vue b/src/components/MainMenu.vue index 252ef6a..b9837f6 100644 --- a/src/components/MainMenu.vue +++ b/src/components/MainMenu.vue @@ -66,12 +66,12 @@ }, { title: 'View code on GitHub', - href: 'https://github.com/opdavies/vue-tailwind-bartik', + href: 'https://github.com/opdavies/rebuilding-bartik', active: false, }, // { // title: 'Read blog post', - // href: 'https://github.com/opdavies/tailwind-bartik', + // href: 'https://github.com/opdavies/rebuilding-bartik', // active: false, // }, ]