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

Commit a49f416

Browse files
authored
Merge pull request #305 from CoderDojo/bugfix/event-session-link
Update link to point to event session
2 parents c886476 + 79baf5a commit a49f416

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)