We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5faf2c commit 9e2f0aaCopy full SHA for 9e2f0aa
resources/js/pages/panel/core/users/show/components/information-tab.tsx
@@ -25,7 +25,7 @@ export default function CoreUserShowInformationTab({user}: { user: CoreUserData
25
<CardDescription>Allgemeine Informationen über den Benutzer</CardDescription>
26
</CardHeader>
27
<CardContent className={"flex flex-col lg:flex-row gap-4"}>
28
- <div className={"flex flex-col gap-2"}>
+ <div className={"flex flex-col gap-2 items-center"}>
29
{/*<div className={"w-32"}>*/}
30
{/* <img*/}
31
{/* src={`https://crafatar.com/avatars/${user.uuid.replace("-", "")}?size=128&overlay`}*/}
0 commit comments