Skip to content

Commit

Permalink
fix(wrapped): oops
Browse files Browse the repository at this point in the history
  • Loading branch information
ashhhleyyy committed Dec 21, 2024
1 parent b39c0a7 commit c0be567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/players/[id]/wrapped.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ const Slide7: React.FC<{player: PlayerProfile, static?: boolean, wrapped: Player

export const Slide8: React.FC<{player: PlayerProfile, wrapped: PlayerWrappedData, year: number, thank: boolean}> = (props) => {
function share() {
const url = `https://stats.nucleoid.xyz/player/${props.player.id}/wrapped?year=${props.year}`;
const url = `https://stats.nucleoid.xyz/players/${props.player.id}/wrapped/share?year=${props.year}`;

if (navigator.share) {
navigator.share({url})
Expand Down

0 comments on commit c0be567

Please sign in to comment.