Skip to content

Commit cb44b68

Browse files
committed
chore: PR review changes
1 parent cbf9704 commit cb44b68

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

starter-apps/vue/vue-template/index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
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

starter-apps/vue/vue-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "gcds-vue-start-app",
2+
"name": "gcds-vue-starter-app",
33
"version": "0.0.0",
44
"private": true,
55
"type": "module",

starter-apps/vue/vue-template/src/components/Header.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)