Events member info should be horizontal
This commit is contained in:
parent
6340b02093
commit
32d0b07f2c
@ -286,14 +286,16 @@ export default function () {
|
|||||||
</Tr>
|
</Tr>
|
||||||
</Thead>
|
</Thead>
|
||||||
<Tbody>
|
<Tbody>
|
||||||
<Tr>{data.etData?.name}</Tr>
|
|
||||||
<Tr>{data.etData?.points}</Tr>
|
|
||||||
<Tr>
|
<Tr>
|
||||||
<Link
|
<Td>{data.etData?.name}</Td>
|
||||||
href={`https://www.roblox.com/users/${data.etData?.roblox_id}/profile`}
|
<Td>{data.etData?.points}</Td>
|
||||||
>
|
<Td>
|
||||||
{data.etData?.roblox_id}
|
<Link
|
||||||
</Link>
|
href={`https://www.roblox.com/users/${data.etData?.roblox_id}`}
|
||||||
|
>
|
||||||
|
{data.etData?.roblox_id}
|
||||||
|
</Link>
|
||||||
|
</Td>
|
||||||
</Tr>
|
</Tr>
|
||||||
</Tbody>
|
</Tbody>
|
||||||
</Table>
|
</Table>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user