From a06b53d96992162aebca00d4c3f215c797789f1e Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 20 Sep 2022 23:14:13 +0200 Subject: [PATCH] feat: Back component --- src/components/Back.astro | 11 +++++++++++ src/pages/now.astro | 6 ++---- src/pages/social.astro | 6 ++---- 3 files changed, 15 insertions(+), 8 deletions(-) create mode 100644 src/components/Back.astro diff --git a/src/components/Back.astro b/src/components/Back.astro new file mode 100644 index 0000000..e93ae47 --- /dev/null +++ b/src/components/Back.astro @@ -0,0 +1,11 @@ + + + diff --git a/src/pages/now.astro b/src/pages/now.astro index 3279eab..9f5f183 100644 --- a/src/pages/now.astro +++ b/src/pages/now.astro @@ -2,11 +2,12 @@ import Layout from '../layouts/Layout.astro'; import Card from '../components/Card.astro'; import Footer from '../components/Footer.astro'; +import Back from '../components/Back.astro'; ---
- +

Now

What am I currently up to?

This year (2022) I have moved to The Netherlands with my family; specifically the north of Amsterdam.

@@ -65,7 +66,4 @@ import Footer from '../components/Footer.astro'; padding: 0; } - nav { - margin-bottom: -1rem; - } diff --git a/src/pages/social.astro b/src/pages/social.astro index d7487f3..a699a8d 100644 --- a/src/pages/social.astro +++ b/src/pages/social.astro @@ -2,11 +2,12 @@ import Layout from '../layouts/Layout.astro'; import Card from '../components/Card.astro'; import Footer from '../components/Footer.astro'; +import Back from '../components/Back.astro'; ---
- +

Social Links