Skip to content

Commit

Permalink
Merge pull request #77 from redwoodjs/staging
Browse files Browse the repository at this point in the history
Deploy staging changes
  • Loading branch information
thedavidprice authored Sep 21, 2023
2 parents b470927 + 7438571 commit 6767bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/HomePage/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const HomePage = ({ slug }: Props) => {
return (
<>
<main className="page">
<ParticipantCell slug={slug} />
<ParticipantCell slug={slug.toLowerCase()} />
</main>
</>
)
Expand Down

0 comments on commit 6767bab

Please sign in to comment.