Skip to content

Commit

Permalink
event-card: remove special border
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelCoding committed Jul 2, 2024
1 parent 083bba2 commit 12de3d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/core/event-card/event-card.component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<app-card *ngIf="event"
[backgroundImage]="buildEventImageUrl(event.image)"
[link]="buildEventLink(event.slug)"
[highlight] = "parseDate(event.start_time) > currentTime">
[link]="buildEventLink(event.slug)">
<!-- [highlight]="parseDate(event.start_time) > currentTime">-->
<span class="event-label" i18n>Event</span>
<h1>{{ event.title }}</h1>
<span><b>{{ event.start_time | relativeTime }}</b> - {{event.description}}</span>
Expand Down

0 comments on commit 12de3d8

Please sign in to comment.