diff --git a/app/javascript/components/pages/Home.jsx b/app/javascript/components/pages/Home.jsx index 88bd7a5..79c52ad 100644 --- a/app/javascript/components/pages/Home.jsx +++ b/app/javascript/components/pages/Home.jsx @@ -64,7 +64,7 @@ const Home = () => {

🚧 Website Redesign in Progress 🚧

You might spot old branding, broken links, or other inconsistencies. - We're on it! + We're on it!

diff --git a/app/javascript/components/pages/NotFound.jsx b/app/javascript/components/pages/NotFound.jsx index 3c06ba9..f8d3f5b 100644 --- a/app/javascript/components/pages/NotFound.jsx +++ b/app/javascript/components/pages/NotFound.jsx @@ -1,7 +1,7 @@ import React from 'react'; import { Helmet } from 'react-helmet-async'; import SharedLayout from 'components/layout/SharedLayout'; -import RubyOutline from 'components/icons/RubyOutline'; +import NewLogo from 'components/icons/NewLogo'; import 'stylesheets/not_found'; @@ -13,7 +13,7 @@ const NotFound = () => (
- +

404

We couldn't find the page you were looking for.

diff --git a/app/javascript/stylesheets/home.scss b/app/javascript/stylesheets/home.scss index 80e7829..74d0ec4 100644 --- a/app/javascript/stylesheets/home.scss +++ b/app/javascript/stylesheets/home.scss @@ -12,11 +12,14 @@ padding: 0.5rem 1rem; flex-direction: column; font-weight: bold; - height: 5rem; + height: 10rem; color: #2e0880; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); position: fixed; + @media (min-width: 768px) { + height: 5rem; + } } .hero { @apply flex