Skip to content

Commit

Permalink
Design: Add a background to the Sort Tools logo
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyjshaw committed Feb 9, 2024
1 parent e6b095e commit 3c04c59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
/>
</ExternalLink>
</li>
Expand Down

0 comments on commit 3c04c59

Please sign in to comment.