Skip to content

Commit

Permalink
fix skycrypt link
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekwav committed Sep 26, 2024
1 parent fb2bbbc commit 774aa11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/OptionsMenu/OptionsMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function OptionsMenu(props: Props) {
}
} else if (isPlayerPage) {
let player = props.selected as Player
available.push({ title: 'SkyCrypt', url: 'https://sky.shiiyu.moe//stats/' + player?.uuid })
available.push({ title: 'SkyCrypt', url: 'https://sky.shiiyu.moe/stats/' + player?.uuid })
available.push({ title: 'Plancke', url: 'https://plancke.io/hypixel/player/stats/' + player?.uuid })
}

Expand Down

0 comments on commit 774aa11

Please sign in to comment.