-
Notifications
You must be signed in to change notification settings - Fork 684
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add dcl music festival campaign (#2049)
- Loading branch information
Melisa Anabella Rossi
authored
Nov 9, 2023
1 parent
d6ad4c9
commit 4087090
Showing
20 changed files
with
166 additions
and
177 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
webapp/src/components/Campaign/CampaignBanner/CampaignBanner.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
.CampaignBanner { | ||
overflow: hidden; | ||
margin: 0 24px 20px; | ||
margin: 15px 24px; | ||
position: relative; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 21 additions & 18 deletions
39
webapp/src/components/Campaign/banners/CampaignBrowserBanner/CampaignBrowserBanner.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 1 addition & 7 deletions
8
...src/components/Campaign/banners/CampaignCollectiblesBanner/CampaignCollectiblesBanner.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,9 @@ | ||
import React from 'react' | ||
|
||
import { CampaignBanner } from '../../CampaignBanner' | ||
import { CampaignHomepageBanner } from '../CampaignHomepageBanner' | ||
|
||
const CampaignCollectiblesBanner: React.FC = () => { | ||
return ( | ||
<CampaignBanner> | ||
{/* We're using the same banner for this event. */} | ||
<CampaignHomepageBanner /> | ||
</CampaignBanner> | ||
) | ||
return <CampaignHomepageBanner /> | ||
} | ||
|
||
export default CampaignCollectiblesBanner |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.