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 {