Skip to content

Commit

Permalink
wrapped
Browse files Browse the repository at this point in the history
  • Loading branch information
ingawei committed Dec 6, 2024
1 parent 769f773 commit 8ed4945
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/components/wrapped/TheEnd.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ export function TheEnd(props: {
}

export const getWrappedUrl = (username: string | undefined) =>
`https://${ENV_CONFIG.domain}/${username}/wrapped2023`
`https://${ENV_CONFIG.domain}/${username}/wrapped2024`
2 changes: 1 addition & 1 deletion web/components/wrapped/Unwrap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function Unwrap(props: { goToNextPage: () => void }) {
)}
>
<div className="font-mono text-xl">MANIFOLD WRAPPED</div>
<div className="text-8xl font-semibold">2023</div>
<div className="text-8xl font-semibold">2024</div>
</Col>
<div
className={clsx(
Expand Down

0 comments on commit 8ed4945

Please sign in to comment.