From 054d859863b60261d1794710c0ce3f8f9e6990a8 Mon Sep 17 00:00:00 2001 From: Matt Mayer Date: Fri, 20 Jan 2023 15:14:00 +0700 Subject: [PATCH] Link past conferences on the 404 page (#269) --- frontend/stylesheets/components/_error.scss | 3 ++- src/404.html | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/frontend/stylesheets/components/_error.scss b/frontend/stylesheets/components/_error.scss index b9484a3a..18916234 100644 --- a/frontend/stylesheets/components/_error.scss +++ b/frontend/stylesheets/components/_error.scss @@ -30,7 +30,8 @@ &__action { display: flex; - margin-top: 45px; + margin-top: 30px; + margin-bottom:30px; } &__action a { diff --git a/src/404.html b/src/404.html index 84e30506..a749566f 100644 --- a/src/404.html +++ b/src/404.html @@ -14,6 +14,14 @@

404


+

+ Looking for something from our previous conferences?
+ Check our archived homepage for RubyConfTH 2022 or RubyConfTH 2019. +

+

You may want to head back to the homepage.
If you think something is broken, report a problem.