use theme divider
This commit is contained in:
parent
158bf22f1b
commit
fd950efa17
@ -77,7 +77,7 @@ export default async function Page({ params: { id } }: Params): Promise<JSX.Elem
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="flex flex-col gap-2 divide-y divide-neutral-200 dark:divide-neutral-700">
|
<div className="flex flex-col gap-2 divide-y">
|
||||||
<div>
|
<div>
|
||||||
<h2 className="text-xl text-primary">{player.username}</h2>
|
<h2 className="text-xl text-primary">{player.username}</h2>
|
||||||
<p>{player.uniqueId}</p>
|
<p>{player.uniqueId}</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user