Skip to content

Commit 5ac4537

Browse files
authored
Merge branch 'main' into core
2 parents 5cc617f + e52fb1a commit 5ac4537

File tree

6 files changed

+178
-1
lines changed

6 files changed

+178
-1
lines changed

app/(gcforms)/[locale]/(form administration)/form-builder/[id]/settings/branding/components/options.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,4 +296,22 @@ export const options = [
296296
logoTitleEn: "Office of the Commissioner of Lobbying of Canada",
297297
logoTitleFr: "Commissariat au lobbying du Canada",
298298
},
299+
{
300+
name: "cfia",
301+
urlEn: "https://inspection.canada.ca/en",
302+
urlFr: "https://inspection.canada.ca/fr",
303+
logoEn: "/img/branding/cfia-en.svg",
304+
logoFr: "/img/branding/cfia-fr.svg",
305+
logoTitleEn: "Canadian Food Inspection Agency",
306+
logoTitleFr: "Agence canadienne d'inspection des aliments",
307+
},
308+
{
309+
name: "dcc",
310+
urlEn: "https://www.dcc-cdc.gc.ca",
311+
urlFr: "https://www.cdc-dcc.gc.ca",
312+
logoEn: "/img/branding/dcc-en.svg",
313+
logoFr: "/img/branding/dcc-fr.svg",
314+
logoTitleEn: "Defence Construction Canada",
315+
logoTitleFr: "Construction de Défense Canada",
316+
},
299317
];

components/clientComponents/globals/TabNavLink.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ export const TabNavLink = ({
2121
"mr-3 rounded-t-[25px] border-x border-t border-black bg-white px-5 pb-2 pt-1 no-underline laptop:py-2";
2222

2323
const inactiveClasses =
24-
"!text-black hover:bg-gray-600 hover:!text-white-default focus:!text-white [&_svg]:hover:fill-white [&_svg]:hover:stroke-white [&_svg]:focus:fill-white";
24+
"!text-black hover:bg-gray-600 hover:!text-white-default [&_svg]:hover:fill-white [&_svg]:hover:stroke-white";
25+
2526
const activeClasses =
2627
"bg-[#475569] !text-white [&_svg]:fill-white ${svgStroke} focus:text-white [&_svg]:focus:stroke-white";
2728

public/img/branding/cfia-en.svg

Lines changed: 9 additions & 0 deletions
Loading

public/img/branding/cfia-fr.svg

Lines changed: 9 additions & 0 deletions
Loading

public/img/branding/dcc-en.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)