fix: fix start your own course link in public courses page (#4306)
This commit is contained in:
parent
d84e7440d3
commit
217189aafd
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ class PublicTripPageState extends State<PublicTripPage> {
|
|||
),
|
||||
ElevatedButton(
|
||||
onPressed: () => context.go(
|
||||
'/registration/course/own',
|
||||
'/${widget.route}/course/own',
|
||||
),
|
||||
style: ElevatedButton.styleFrom(
|
||||
backgroundColor:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue