fixed friend problem
This commit is contained in:
parent
e517c94dbf
commit
6e2ebf7ff3
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue