diff --git a/app/components/play/GroupMembers.tsx b/app/components/play/GroupMembers.tsx index dea895f46..9acbf7423 100644 --- a/app/components/play/GroupMembers.tsx +++ b/app/components/play/GroupMembers.tsx @@ -1,5 +1,6 @@ import type { LookingLoaderDataGroup } from "~/routes/play/looking"; import { layoutIcon } from "~/utils"; +import { oldSendouInkUserProfile } from "~/utils/urls"; import { Avatar } from "../Avatar"; import { WeaponImage } from "../WeaponImage"; @@ -37,7 +38,7 @@ function Contents({ members }: { members: LookingLoaderDataGroup["members"] }) { return (
{ return [{ rel: "stylesheet", href: styles }]; @@ -263,12 +264,20 @@ export default function LFGMatchPage() { className="play-match__waves-section play-match__team-info" > {g.members.map((user) => ( -
- - - {user.discordName} - -
+
+
+ + + {user.discordName} + +
+
))} {data.scores && (