We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7334084 commit 2cc2243Copy full SHA for 2cc2243
1 file changed
docs/src/components/TopPromoRotator/index.tsx
@@ -34,21 +34,6 @@ const PROMOS: readonly Promo[] = [
34
</>
35
),
36
},
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
- },
52
];
53
54
export default function TopPromoRotator() {
0 commit comments