From 90bb158a96697011417fba9006fe0cfbfaed16a5 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Tue, 2 Apr 2024 23:46:01 +0100 Subject: [PATCH] Adds submit link for empty sections --- web/src/components/things/ServiceList.astro | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/web/src/components/things/ServiceList.astro b/web/src/components/things/ServiceList.astro index aeabc20..db4f69b 100644 --- a/web/src/components/things/ServiceList.astro +++ b/web/src/components/things/ServiceList.astro @@ -131,6 +131,8 @@ const {

⚠️ This section is still a work in progress ⚠️
Check back soon, or help us complete it by submiting a pull request on GitHub. +
+ Or submit an entry here

)} @@ -156,6 +158,11 @@ const { font-style: italic; text-align: center; margin-bottom: 3rem; + .quick-submit { + margin-top: 1rem; + font-size: 0.8rem; + opacity: 0.8; + } } ul {