Fix bug
This commit is contained in:
parent
a7abdbb1db
commit
9dc0d1696e
|
@ -98,13 +98,13 @@ export function DateDocPost(props: {
|
||||||
return (
|
return (
|
||||||
<Col className="gap-6 rounded-lg bg-white px-6 py-6">
|
<Col className="gap-6 rounded-lg bg-white px-6 py-6">
|
||||||
<SiteLink href={link ? `/date-docs/${creator.username}` : undefined}>
|
<SiteLink href={link ? `/date-docs/${creator.username}` : undefined}>
|
||||||
<Col className="gap-6 self-center">
|
<Col className="gap-6">
|
||||||
<Row className="relative items-center justify-between gap-4 text-2xl">
|
<Row className="relative justify-between gap-4 text-2xl">
|
||||||
<div>
|
<div>
|
||||||
{name}, {age}
|
{name}, {age}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Col className="absolute right-0 px-2">
|
<Col className={clsx(link && 'absolute', 'right-0 px-2')}>
|
||||||
<Button
|
<Button
|
||||||
size="lg"
|
size="lg"
|
||||||
color="gray-white"
|
color="gray-white"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user