Skip to content

Commit

Permalink
Added HCF Training Link (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNasaMan authored Mar 23, 2024
1 parent 2677644 commit 8b6ec15
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/facility-hcf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,17 @@ const fac: Facility = {
longitude: -155.048469,
},
],
links: [],
links: [
{
title: "Profile",
sublinks: [
{
title: "Schedule Training",
href: "https://vhcf.trafft.com",
},
],
},
],
};

export default fac;

0 comments on commit 8b6ec15

Please sign in to comment.