use theme divider

This commit is contained in:
Lee 2024-04-17 17:29:45 +01:00
parent 158bf22f1b
commit fd950efa17

@ -77,7 +77,7 @@ export default async function Page({ params: { id } }: Params): Promise<JSX.Elem
/>
</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>
<h2 className="text-xl text-primary">{player.username}</h2>
<p>{player.uniqueId}</p>