We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e8a800 commit 4e74c0eCopy full SHA for 4e74c0e
pages/[user].tsx
@@ -36,7 +36,7 @@ export default function User(props: inferSSRProps<typeof getServerSideProps>) {
36
// avatar={user.avatar || undefined}
37
/>
38
{isReady && (
39
- <div className="h-screen bg-neutral-50 dark:bg-black">
+ <div className="h-screen dark:bg-black">
40
<main className="max-w-3xl px-4 py-24 mx-auto">
41
<div className="mb-8 text-center">
42
<Avatar
0 commit comments