@@ -45,48 +45,20 @@ const Scene = () => {
45
45
< div className = "SceneOverlay-slogan" >
46
46
The biggest < span className = "font__caesar" > Nordic</ span > Flutter Conference!
47
47
< br />
48
- < p className = "SceneOverlay-date" >
49
- 31< sup > st</ sup > Aug - 1< sup > st</ sup > Sep, 2022
50
- </ p >
51
- < p className = "SceneOverlay-location" > 2 Days - 3 Tracks</ p >
52
- < p className = "SceneOverlay-location" > Oslo, Norway & Online </ p >
53
- < div
54
- className = "CTA-actions"
55
- style = { { display : 'flex' , justifyContent : 'center' } }
56
- >
57
- < a
58
- className = "Btn Btn--ticket Btn--cta"
59
- target = "_blank"
60
- rel = "noopener noreferrer"
61
- href = { config . ticketUrl }
62
- >
63
- Tickets
64
- </ a >
65
- < ScrollIntoView selector = "#important" >
66
- < button className = "Btn Btn--cfp Btn--cta" > Read More</ button >
67
- </ ScrollIntoView >
68
- </ div >
48
+ < p className = "SceneOverlay-date" > 2-3 Feb, 2022</ p >
49
+ < p className = "SceneOverlay-location" > Online</ p >
69
50
</ div >
70
- { /* <div className="SceneOverlay-info">
51
+ < div className = "SceneOverlay-info" >
71
52
< p className = "SceneOverlay-location" >
72
53
< a
73
54
className = "Btn Btn--cfp Btn--cta"
74
55
target = "_blank"
75
56
rel = "noopener noreferrer"
76
- href="https://www.youtube.com/playlist?list=PL4dBIh1xps-EXi7ZuOVRAg2MFDvjxQpR3 "
57
+ href = "https://www.youtube.com/playlist?list=PL4dBIh1xps-Emd7K4xwX4rdUnfaKFMuna "
77
58
>
78
59
Youtube
79
60
</ a > { ' ' }
80
61
or{ ' ' }
81
- <a
82
- className="Btn Btn--cfp Btn--cta"
83
- target="_blank"
84
- rel="noopener noreferrer"
85
- href="https://www.twitch.tv/FlutterCommunity"
86
- >
87
- Twitch
88
- </a>{' '}
89
- or{' '}
90
62
< a
91
63
className = "Btn Btn--cfp Btn--cta"
92
64
target = "_blank"
@@ -96,7 +68,7 @@ const Scene = () => {
96
68
Twitter
97
69
</ a >
98
70
</ p >
99
- </div> */ }
71
+ </ div >
100
72
</ div >
101
73
</ section >
102
74
) ;
0 commit comments