Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion remotion/Contributions/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export const ContributionsScene: React.FC<{
}}
>
<div style={{ textAlign: "left", paddingLeft: 10 }}>
<ContributionNumber currentNumber={2024} suffix="" />
<ContributionNumber currentNumber={2025} suffix="" />
<ContributionLabel>@{username}</ContributionLabel>
</div>
<div style={{ flex: 1 }} />
Expand Down
2 changes: 1 addition & 1 deletion remotion/IGStory/GraphData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const ContributionGraphic: React.FC<{
paddingLeft: 20,
}}
>
<Stat align="left" data={2024} label={login} />
<Stat align="left" data={2025} label={login} />
<div style={{ flex: 1 }} />
<Stat align="right" data={longestStreak} label="Longest streak" />
<div style={{ width: 30 }} />
Expand Down
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/helpers/year.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const YEAR_TO_REVIEW = 2024;
export const YEAR_TO_REVIEW = 2025;
2 changes: 1 addition & 1 deletion src/server/year.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const YEAR_TO_REVIEW = 2024;
export const YEAR_TO_REVIEW = 2025;