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;