made event-type full width clickable (#1722)
This commit is contained in:
parent
42b1f090b0
commit
5c98eee647
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ export default function User(props: inferSSRProps<typeof getServerSideProps>) {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
className="block px-6 py-4"
|
className="block w-full px-6 py-4"
|
||||||
data-testid="event-type-link">
|
data-testid="event-type-link">
|
||||||
<h2 className="font-semibold grow text-neutral-900 dark:text-white">{type.title}</h2>
|
<h2 className="font-semibold grow text-neutral-900 dark:text-white">{type.title}</h2>
|
||||||
<EventTypeDescription eventType={type} />
|
<EventTypeDescription eventType={type} />
|
||||||
|
|
Loading…
Reference in a new issue