Skip to content

Commit

Permalink
POC-365: Create a link under useful links that will redirect users to…
Browse files Browse the repository at this point in the history
… KMFL (#1628)

* POC-365: Create a link under useful links that will redirect users to Facilities Referral Directory

* POC-365: Create a link under useful links that will redirect users to Facilities Referral Directory

* Update src/app/useful-links/useful-links.component.ts
  • Loading branch information
corneliouzbett authored Jun 19, 2023
1 parent 25601a3 commit 5c2c4e2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/app/useful-links/useful-links.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ export class UsefulLinksComponent implements OnInit {
url:
'https://ampath.atlassian.net/wiki/spaces/PRN/pages/5079051/MFL+Wiki',
title: 'MFL Wiki'
},
{
url: 'https://kmhfl.health.go.ke/#/home',
title: 'Facilities Referral Directory'
}
];
constructor(private linksService: UsefulLinksService) {
Expand All @@ -61,8 +65,6 @@ export class UsefulLinksComponent implements OnInit {
url: this.formVisitSearchUrl + '',
title: 'Information on Forms / Visit Type'
});

console.log('formvisiturl', this.formVisitSearchUrl);
}

public goBack() {
Expand Down

0 comments on commit 5c2c4e2

Please sign in to comment.