Skip to content
Snippets Groups Projects
Verified Commit 6de4bfe9 authored by Lukas Maximilian Kimpel's avatar Lukas Maximilian Kimpel
Browse files

Navigate to new route when entering question carousel

parent 3be27e3f
No related merge requests found
......@@ -20,7 +20,7 @@
<button mat-icon-button color="primary" matTooltip="Give feedback">
<mat-icon>feedback</mat-icon>
</button>
<button mat-button color="primary" matTooltip="Join question round">
<button mat-button color="primary" matTooltip="Join question round" routerLink="/participant/room/{{ room.id }}/questions">
Questions
</button>
<button mat-button color="primary" matTooltip="Start personal question round">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment