Skip to content

Commit

Permalink
[CHORE] remove redundant slash from full path
Browse files Browse the repository at this point in the history
  • Loading branch information
krokyze committed Mar 3, 2024
1 parent 9338c6e commit c635937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/pages/post_list_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class _Card extends StatelessWidget {

return AppLink(
anchor: post.title,
href: '${route.match(context)!.fullPath}/',
href: route.match(context)!.fullPath,
child: MouseRegion(
cursor: SystemMouseCursors.click,
child: GestureDetector(
Expand Down

0 comments on commit c635937

Please sign in to comment.