Skip to content

Commit

Permalink
chore: Add Transport Canada branding (#4536)
Browse files Browse the repository at this point in the history
Add Transport Canada branding
  • Loading branch information
dsamojlenko authored Oct 31, 2024
1 parent b8e045d commit fbfbe92
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,15 @@ export const options = [
logoEn: "/img/branding/grain-en.svg",
logoFr: "/img/branding/grain-fr.svg",
logoTitleEn: "Canadian Grain Commission",
logoTitleFr: "Commission canadienne des grains"
logoTitleFr: "Commission canadienne des grains",
},
{
name: "transport",
urlEn: "https://tc.canada.ca/en",
urlFr: "hhttps://tc.canada.ca/fr",
logoEn: "/img/branding/tc-en.svg",
logoFr: "/img/branding/tc-fr.svg",
logoTitleEn: "Transport Canada",
logoTitleFr: "Transports Canada",
},
];
1 change: 1 addition & 0 deletions public/img/branding/tc-en.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit fbfbe92

Please sign in to comment.