Compare commits

..

2 commits

Author SHA1 Message Date
Gitea Actions [Bot]
68cfd5d92d chore(main): release 1.3.0 2025-03-18 11:20:58 +00:00
1227a008de Update src/app/dashboard/dashboard.component.ts
All checks were successful
release-please / release-please (push) Successful in 2m7s
2025-03-18 11:18:52 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Changelog
## [1.3.0](https://git.kjan.de/jank/jklink/compare/v1.2.0...v1.3.0) (2025-03-15)
## [1.3.0](https://git.kjan.de/jank/jklink/compare/v1.2.0...v1.3.0) (2025-03-18)
### Features

View file

@ -59,7 +59,7 @@ export class DashboardComponent {
.afterClosed()
.subscribe((accepted: Boolean) => {
if (accepted) {
this.router.navigate([link.id]);
this.router.navigate([link.slug]);
}
});
}