File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/[locale]/roadmap/_components Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ const ReleaseCarousel = () => {
138
138
{ labelType === 3 && (
139
139
< div
140
140
className = { cn (
141
- "w-fit rounded-lg bg-warning-light px-2 py-1" ,
141
+ "w-fit rounded-lg bg-roadmap-upgrade-card-gradient-hover px-2 py-1" ,
142
142
currentIndex !== index && "hidden"
143
143
) }
144
144
>
@@ -221,14 +221,14 @@ const ReleaseCarousel = () => {
221
221
className = "w-full pl-4"
222
222
>
223
223
< div className = "flex w-full flex-col gap-6 lg:flex-row" >
224
- < div className = "w-full rounded-2xl lg:max-w-[351px] " >
224
+ < div className = "w-full flex-1 rounded-2xl " >
225
225
< Image
226
226
src = { release . image }
227
227
alt = { release . releaseName }
228
228
className = "h-[240px] rounded-2xl object-cover md:h-[266px] lg:h-[551px]"
229
229
/>
230
230
</ div >
231
- < div className = "flex flex-col gap-8" >
231
+ < div className = "flex flex-1 flex- col gap-8" >
232
232
< div >
233
233
< h2 className = "text-4xl font-bold lg:text-6xl" >
234
234
{ release . releaseName }
You can’t perform that action at this time.
0 commit comments