Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit 616edad

Browse files
committed
Update newsletter marquee
1 parent b151d7d commit 616edad

File tree

1 file changed

+44
-5
lines changed

1 file changed

+44
-5
lines changed

frontend/src/layout/index.tsx

Lines changed: 44 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function Page({ children }: { children?: object }) {
2929
loop={0}
3030
speed={60}
3131
>
32-
<HStack gridGap={8}>
32+
<HStack gridGap={10}>
3333
<Flex>
3434
<Image
3535
src={`/Blur-img-${colorMode === 'dark' ? 'dark' : 'light'}.svg`}
@@ -53,7 +53,7 @@ function Page({ children }: { children?: object }) {
5353
variant="medium"
5454
color={colorMode === 'light' ? '#ffffff' : '#000000'}
5555
>
56-
Current Status: Season 0
56+
MEMEBERSHIP BACK OPEN SOON!
5757
</Text>
5858
</Flex>
5959
<Flex>
@@ -79,7 +79,7 @@ function Page({ children }: { children?: object }) {
7979
variant="medium"
8080
color={colorMode === 'light' ? '#ffffff' : '#000000'}
8181
>
82-
Current Status: Season 0
82+
MEMEBERSHIP BACK OPEN SOON!
8383
</Text>
8484
</Flex>
8585
<Flex>
@@ -95,6 +95,19 @@ function Page({ children }: { children?: object }) {
9595
Current Status: Season 0
9696
</Text>
9797
</Flex>
98+
<Flex>
99+
<Image
100+
src={`/Blur-img-${colorMode === 'dark' ? 'dark' : 'light'}.svg`}
101+
alt="Blur"
102+
/>
103+
<Text
104+
ml={2}
105+
variant="medium"
106+
color={colorMode === 'light' ? '#ffffff' : '#000000'}
107+
>
108+
MEMEBERSHIP BACK OPEN SOON!
109+
</Text>
110+
</Flex>
98111
</HStack>
99112
</Marquee>
100113
<Stack
@@ -119,7 +132,7 @@ function Page({ children }: { children?: object }) {
119132
loop={0}
120133
speed={60}
121134
>
122-
<HStack gridGap={8}>
135+
<HStack gridGap={10}>
123136
<Flex>
124137
<Image
125138
src={`/Blur-img-${colorMode === 'dark' ? 'light' : 'dark'}.svg`}
@@ -143,7 +156,7 @@ function Page({ children }: { children?: object }) {
143156
color={colorMode === 'dark' ? '#ffffff' : '#000000'}
144157
ml={2}
145158
>
146-
Current Status: Season 0
159+
MEMEBERSHIP BACK OPEN SOON!
147160
</Text>
148161
</Flex>
149162
<Flex>
@@ -159,6 +172,19 @@ function Page({ children }: { children?: object }) {
159172
Current Status: Season 0
160173
</Text>
161174
</Flex>
175+
<Flex>
176+
<Image
177+
src={`/Blur-img-${colorMode === 'dark' ? 'light' : 'dark'}.svg`}
178+
alt="Blur"
179+
/>
180+
<Text
181+
variant="medium"
182+
color={colorMode === 'dark' ? '#ffffff' : '#000000'}
183+
ml={2}
184+
>
185+
MEMEBERSHIP BACK OPEN SOON!
186+
</Text>
187+
</Flex>
162188
<Flex>
163189
<Image
164190
src={`/Blur-img-${colorMode === 'dark' ? 'light' : 'dark'}.svg`}
@@ -172,6 +198,19 @@ function Page({ children }: { children?: object }) {
172198
Current Status: Season 0
173199
</Text>
174200
</Flex>
201+
<Flex>
202+
<Image
203+
src={`/Blur-img-${colorMode === 'dark' ? 'light' : 'dark'}.svg`}
204+
alt="Blur"
205+
/>
206+
<Text
207+
variant="medium"
208+
color={colorMode === 'dark' ? '#ffffff' : '#000000'}
209+
ml={2}
210+
>
211+
MEMEBERSHIP BACK OPEN SOON!
212+
</Text>
213+
</Flex>
175214
<Flex>
176215
<Image
177216
src={`/Blur-img-${colorMode === 'dark' ? 'light' : 'dark'}.svg`}

0 commit comments

Comments
 (0)