File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ const CurrentTorchHolderCard = ({
39
39
< Card
40
40
className = { cn ( "w-full overflow-hidden rounded-3xl shadow-xl" , className ) }
41
41
>
42
- < CardHeader className = "bg-[#18193A ]" >
42
+ < CardHeader className = "bg-[#161A36 ]" >
43
43
< div className = "relative" >
44
44
{ /* Torch/flame video */ }
45
45
< div className = "flex items-center justify-center pt-12" >
@@ -50,7 +50,7 @@ const CurrentTorchHolderCard = ({
50
50
autoPlay
51
51
loop
52
52
muted
53
- poster = "/images/10-year-anniversary/torch-cover.png "
53
+ poster = "/images/10-year-anniversary/torch-cover.webp "
54
54
/>
55
55
</ div >
56
56
Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
286
286
287
287
< div
288
288
id = "torch-history"
289
- className = "my-32 flex w-full scroll-mt-32 flex-col bg-gradient-to-b from-[#171B37 ] via-[#171B37 ] via-60% to-[#9C63F8] md:rounded-3xl"
289
+ className = "my-32 flex w-full scroll-mt-32 flex-col bg-gradient-to-b from-[#161A36 ] via-[#161A36 ] via-60% to-[#9C63F8] md:rounded-3xl"
290
290
>
291
291
< div className = "p-8" >
292
292
< div className = "relative" >
You can’t perform that action at this time.
0 commit comments