Skip to content

Commit

Permalink
feat: Change url to documentation in header (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Angi-Kinas authored Jun 25, 2024
1 parent 05f9052 commit 168cc83
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ export class GeocatHeaderComponent {
constructor(private translate: TranslateService) {}

get docLink() {
return `https://www.geocat.admin.ch/${
this.translate.currentLang || 'en'
}/home.html`
return `https://www.info.geocat.ch`
}

get gnLinkAdmin() {
Expand Down

0 comments on commit 168cc83

Please sign in to comment.