Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
avertrees committed Oct 20, 2023
1 parent 6101dbe commit 42acdb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/hero/campaignHero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const CampaignHero = () => {
return (
<Hero
backgroundImageSrc={imageURL("1269908")}
backgroundColor="ui.bg.default" // don't know why but this still does not like ui.bg.default after upgrading the version of Reservoir.
backgroundColor="ui.bg.default"
heroType="campaign"
heading={<CampaignHeroHeading />}
imageProps={{
Expand Down

0 comments on commit 42acdb4

Please sign in to comment.