File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
starter-apps/vue/vue-template Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 55 < link href ="/favicon.ico " rel ="icon ">
66 < meta content ="width=device-width, initial-scale=1.0 " name ="viewport ">
77
8- <!-- GCDS required assets -->
9- < link href ="https://fonts.googleapis.com " rel ="preconnect " />
10- < link crossorigin href ="https://fonts.gstatic.com " rel ="preconnect " />
11-
128 <!-- GC Design System Utility -->
139 < link href ="https://cdn.design-system.alpha.canada.ca/@cdssnc/gcds-utility@latest/dist/gcds-utility.min.css " rel ="stylesheet ">
1410
Original file line number Diff line number Diff line change 11{
2- "name" : " gcds-vue-start -app" ,
2+ "name" : " gcds-vue-starter -app" ,
33 "version" : " 0.0.0" ,
44 "private" : true ,
55 "type" : " module" ,
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ const navElements = [
4646 </script >
4747
4848<template >
49- <gcds-header :lang-href =" getOtherLangPath" skip-to-href =" #main" >
49+ <gcds-header :lang-href =" getOtherLangPath" skip-to-href =" #main-content " >
5050 <gcds-search slot =" search" ></gcds-search >
5151 <AppLink :to =" getLocalizedPath(HOME)" component =" lang-toggle" />
5252
You can’t perform that action at this time.
0 commit comments