From 3dbd5aed732a3eca1fd0e83c0d7cebc530ba0d43 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 20 Nov 2018 22:07:31 +0000 Subject: [PATCH] Add blog post link --- src/components/MainMenu.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/MainMenu.vue b/src/components/MainMenu.vue index bbd1691..0e54a8f 100644 --- a/src/components/MainMenu.vue +++ b/src/components/MainMenu.vue @@ -64,10 +64,10 @@ title: 'View code on GitHub', href: 'https://github.com/opdavies/rebuilding-bartik', }, - // { - // title: 'Read blog post', - // href: 'https://github.com/opdavies/rebuilding-bartik', - // }, + { + title: 'Read blog post', + href: 'https://www.oliverdavies.uk/blog/rebuilding-bartik-with-vuejs-tailwind-css', + }, ] } },