fix: separate event info from description

This commit is contained in:
Matej Stieranka 2025-07-01 14:29:18 +02:00
parent cf38651c14
commit 6110d965a6

View file

@ -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>
)}