From 650774df6d78d00d7280a36400a9bff19034c099 Mon Sep 17 00:00:00 2001
From: Leo Gavin <71537398+DFanso@users.noreply.github.com>
Date: Tue, 2 Dec 2025 09:12:57 +0530
Subject: [PATCH] Update from 2024 to 2025
Changed all hardcoded year values and site name from 2024 to 2025 in configuration, helper, server, and UI components to prepare for the new review period.
---
remotion/Contributions/index.tsx | 2 +-
remotion/IGStory/GraphData.tsx | 2 +-
src/config.ts | 2 +-
src/helpers/year.ts | 2 +-
src/server/year.ts | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/remotion/Contributions/index.tsx b/remotion/Contributions/index.tsx
index 75782921..6e7b4f96 100644
--- a/remotion/Contributions/index.tsx
+++ b/remotion/Contributions/index.tsx
@@ -228,7 +228,7 @@ export const ContributionsScene: React.FC<{
}}
>
-
+
@{username}
diff --git a/remotion/IGStory/GraphData.tsx b/remotion/IGStory/GraphData.tsx
index d2a11f78..1921c0f8 100644
--- a/remotion/IGStory/GraphData.tsx
+++ b/remotion/IGStory/GraphData.tsx
@@ -77,7 +77,7 @@ export const ContributionGraphic: React.FC<{
paddingLeft: 20,
}}
>
-
+
diff --git a/src/config.ts b/src/config.ts
index b725dcd9..44f35464 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -2,7 +2,7 @@ import { zColor } from "@remotion/zod-types";
import { random } from "remotion/no-react";
import { z } from "zod";
-export const SITE_NAME = `unwrapped2024`;
+export const SITE_NAME = `unwrapped2025`;
export const RAM = 1200;
export const DISK = 10240;
export const TIMEOUT = 120;
diff --git a/src/helpers/year.ts b/src/helpers/year.ts
index 0a05992e..b5894983 100644
--- a/src/helpers/year.ts
+++ b/src/helpers/year.ts
@@ -1 +1 @@
-export const YEAR_TO_REVIEW = 2024;
+export const YEAR_TO_REVIEW = 2025;
diff --git a/src/server/year.ts b/src/server/year.ts
index 0a05992e..b5894983 100644
--- a/src/server/year.ts
+++ b/src/server/year.ts
@@ -1 +1 @@
-export const YEAR_TO_REVIEW = 2024;
+export const YEAR_TO_REVIEW = 2025;