fix: separate event info from description
This commit is contained in:
parent
cf38651c14
commit
6110d965a6
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ export async function EventCard({
|
|||
})}
|
||||
</h5>
|
||||
{event.location && (
|
||||
<h6 className="text-xs text-gray-500 dark:text-gray-300">
|
||||
<h6 className="text-xs text-gray-500 dark:text-gray-300 mb-1">
|
||||
{event.location}
|
||||
</h6>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue