Clean up calendar header

This commit is contained in:
Jon Staab
2025-03-17 09:53:14 -07:00
parent 75905e4652
commit 1d56a2193d
6 changed files with 29 additions and 28 deletions
+1 -3
View File
@@ -15,9 +15,7 @@
</script>
<Link class="col-3 card2 bg-alt w-full cursor-pointer" href={makeCalendarPath(url, event.id)}>
<div class="flex items-center justify-between gap-2">
<CalendarEventHeader {event} />
</div>
<CalendarEventHeader {event} />
<div class="flex w-full flex-col items-end justify-between gap-2 sm:flex-row">
<span class="whitespace-nowrap py-1 text-sm opacity-75">
Posted by <ProfileLink pubkey={event.pubkey} />