From f64af5eae93f88591d31cd1915b73be429a423cb Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 20 Nov 2018 09:10:27 +0000 Subject: [PATCH] Rename project --- README.md | 2 +- package.json | 2 +- public/index.html | 2 +- src/components/MainMenu.vue | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) 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, // }, ]