Skip to content

Commit

Permalink
remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Sep 20, 2023
1 parent eba8d48 commit 2799981
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/event/EventBannerElement.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@
<p class="mb-1">
<a
href={'events/' + event.slug + '/'}
class="text-secondary-emphasis text-decoration-none">{event.data.start}</a
class="text-secondary-emphasis text-decoration-none"
>{event.data.duration}</a
>
</p>
{/if}
Expand Down Expand Up @@ -222,7 +223,7 @@
<div class="small mb-1 mx-3 d-flex flex-column">
<a
href={'events/' + event.slug + '/'}
class="text-secondary-emphasis text-decoration-none mb-2">{event.data.start}</a
class="text-secondary-emphasis text-decoration-none mb-2">{event.data.duration}</a
>
<div class="btn-group text-nowrap" role="group" aria-label="Event details">
<a href={'events/' + event.slug + '/'} class="btn btn-outline-success">
Expand Down

0 comments on commit 2799981

Please sign in to comment.