From ee49dd672e2ee67a37cd98dc55c59185dd900f7e Mon Sep 17 00:00:00 2001 From: Aaron Mussig Date: Fri, 14 Jul 2023 11:42:25 +1000 Subject: [PATCH] feat(twitter): Add twitter footer to main page --- components/layout/TwitterFooter.vue | 36 +++++++++++++++++++++++++++++ pages/index.vue | 26 +++++++++++++-------- 2 files changed, 53 insertions(+), 9 deletions(-) create mode 100644 components/layout/TwitterFooter.vue diff --git a/components/layout/TwitterFooter.vue b/components/layout/TwitterFooter.vue new file mode 100644 index 0000000..37165e7 --- /dev/null +++ b/components/layout/TwitterFooter.vue @@ -0,0 +1,36 @@ + + + + + diff --git a/pages/index.vue b/pages/index.vue index 032d78f..6def751 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,10 +1,10 @@