File tree Expand file tree Collapse file tree 6 files changed +178
-1
lines changed
app/(gcforms)/[locale]/(form administration)/form-builder/[id]/settings/branding/components
components/clientComponents/globals Expand file tree Collapse file tree 6 files changed +178
-1
lines changed Original file line number Diff line number Diff line change @@ -296,4 +296,22 @@ export const options = [
296
296
logoTitleEn : "Office of the Commissioner of Lobbying of Canada" ,
297
297
logoTitleFr : "Commissariat au lobbying du Canada" ,
298
298
} ,
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
+ } ,
299
317
] ;
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ export const TabNavLink = ({
21
21
"mr-3 rounded-t-[25px] border-x border-t border-black bg-white px-5 pb-2 pt-1 no-underline laptop:py-2" ;
22
22
23
23
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
+
25
26
const activeClasses =
26
27
"bg-[#475569] !text-white [&_svg]:fill-white ${svgStroke} focus:text-white [&_svg]:focus:stroke-white" ;
27
28
You can’t perform that action at this time.
0 commit comments