Skip to content

Commit 8386268

Browse files
committed
update video
1 parent 7fea8bf commit 8386268

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/[locale]/10years/_components/CurrentTorchHolderCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const CurrentTorchHolderCard = ({
3939
<Card
4040
className={cn("w-full overflow-hidden rounded-3xl shadow-xl", className)}
4141
>
42-
<CardHeader className="bg-[#18193A]">
42+
<CardHeader className="bg-[#161A36]">
4343
<div className="relative">
4444
{/* Torch/flame video */}
4545
<div className="flex items-center justify-center pt-12">
@@ -50,7 +50,7 @@ const CurrentTorchHolderCard = ({
5050
autoPlay
5151
loop
5252
muted
53-
poster="/images/10-year-anniversary/torch-cover.png"
53+
poster="/images/10-year-anniversary/torch-cover.webp"
5454
/>
5555
</div>
5656

app/[locale]/10years/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
286286

287287
<div
288288
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"
290290
>
291291
<div className="p-8">
292292
<div className="relative">

public/videos/torch.mp4

100644100755
-738 KB
Binary file not shown.

0 commit comments

Comments
 (0)