fixed friend problem

This commit is contained in:
anonymousratwastaken 2025-12-19 17:21:49 +00:00
parent e517c94dbf
commit 6e2ebf7ff3

View file

@ -735,7 +735,7 @@ export default function AccessPage({ params }: PageProps) {
</ItemContent> </ItemContent>
<ItemActions> <ItemActions>
<Button asChild> <Button asChild>
<Link href={`https://www.xbox.com/en-GB/play/user/${profileData?.gamertag}`} target="_blank"> <Link href={`https://www.xbox.com/en-GB/play/user/${cfg.server.bedrockFriend}`} target="_blank">
<ExternalLink className="w-4 h-4 mr-2" /> <ExternalLink className="w-4 h-4 mr-2" />
View View
</Link> </Link>