Skip to content

Commit 2cc2243

Browse files
authored
docs: remove paradise banner (#3787)
## Description Removes paradise promo banner.
1 parent 7334084 commit 2cc2243

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

docs/src/components/TopPromoRotator/index.tsx

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,6 @@ const PROMOS: readonly Promo[] = [
3434
</>
3535
),
3636
},
37-
{
38-
key: 'paradise',
39-
href: 'https://paradise.swmansion.com?origin=swmansion_bar',
40-
bg: '#FFF4C0',
41-
buttonLabel: 'Learn more',
42-
label: (
43-
<>
44-
<strong>React Native Paradise</strong>
45-
<span className={styles.hiddenOnMobile}>
46-
{' '}
47-
- a week of advanced RN workshops in Croatia!
48-
</span>
49-
</>
50-
),
51-
},
5237
];
5338

5439
export default function TopPromoRotator() {

0 commit comments

Comments
 (0)