Skip to content

Commit f934c7f

Browse files
committed
small change
1 parent ff28385 commit f934c7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/templates/components/event-card.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@
5252
{{t-var this.tags.[2]}}
5353
</a>
5454
{{else}}
55-
<a href="{{href-to 'explore' (query-params category=this.event.topic.name event_type=null sub_category=null)}}"
55+
<a href="{{href-to 'explore.events' (query-params category=this.event.topic.name event_type=null sub_category=null)}}"
5656
class="link item">
5757
{{t-var this.tags.[0]}}
5858
</a>
59-
<a href="{{href-to 'explore' (query-params category=null event_type=this.event.type.name sub_category=null)}}"
59+
<a href="{{href-to 'explore.events' (query-params category=null event_type=this.event.type.name sub_category=null)}}"
6060
class="link item">
6161
{{t-var this.tags.[1]}}
6262
</a>
63-
<a href="{{href-to 'explore' (query-params category=this.event.topic.name event_type=null sub_category=this.event.subTopic.slug)}}"
63+
<a href="{{href-to 'explore.events' (query-params category=this.event.topic.name event_type=null sub_category=this.event.subTopic.slug)}}"
6464
class="link item">
6565
{{t-var this.tags.[2]}}
6666
</a>

0 commit comments

Comments
 (0)