Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit 79baf5a

Browse files
committed
Update link to point to event session
The LoginOrRegister route no longer exists as that is handled by profile now. Sending to the session page itself allows the normal auth checks to send the user to profile if they are not logged in.
1 parent c886476 commit 79baf5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/events/cd-event-list-item.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
return this.event.sessions.map(session => session.name).join(', ');
7171
},
7272
bookLink() {
73-
return { name: 'LoginOrRegister', params: { eventId: this.event.id } };
73+
return { name: 'EventSessions', params: { eventId: this.event.id } };
7474
},
7575
},
7676
filters: {
@@ -86,7 +86,7 @@
8686
.cd-event-list-item {
8787
.cd-event-tile;
8888
&--past {
89-
border-color: #bdc3c6;
89+
border-color: #bdc3c6;
9090
}
9191
}
9292
</style>

0 commit comments

Comments
 (0)