Skip to content

Commit

Permalink
chore: Add Library and Archives Canada branding (#3317)
Browse files Browse the repository at this point in the history
* add lac branding
  • Loading branch information
timarney authored Mar 12, 2024
1 parent 52d2e7d commit fb28674
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 0 deletions.
9 changes: 9 additions & 0 deletions components/form-builder/app/branding/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,13 @@ export const options = [
logoTitleEn: "Statistics Canada",
logoTitleFr: "Statistique Canada",
},
{
name: "lac",
urlEn: "https://library-archives.canada.ca/eng",
urlFr: "https://bibliotheque-archives.canada.ca/fra",
logoEn: "/img/branding/lac-bac-fip-red-en.svg",
logoFr: "/img/branding/lac-bac-fip-red-fr.svg",
logoTitleEn: "Library and Archives Canada",
logoTitleFr: "Bibliothèque et Archives Canada",
},
];
Loading

0 comments on commit fb28674

Please sign in to comment.