From 3c04c59ee6249cdf3a4e955b9925057e0b93069d Mon Sep 17 00:00:00 2001 From: Riley Shaw Date: Thu, 8 Feb 2024 18:14:02 -0800 Subject: [PATCH] Design: Add a background to the Sort Tools logo --- src/pages/index.jsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/index.jsx b/src/pages/index.jsx index 6dd7ede6..0ac31575 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -75,6 +75,9 @@ const IndexPage = ({featuredProjects = []}) => { alt="A logo with the title “Sort Tools”" className="sort-tools-logo" width={500} + // HACK: This is yellow[200], but StaticImage doesn’t + // support passing it as a variable. + backgroundColor="#ffc900" />