Skip to content

Commit 03c07cb

Browse files
authored
Merge pull request #610 from TineoC/feature/update-twitter-to-x
Update Twitter icon to X in footer
2 parents 4b87d5a + 862e1d9 commit 03c07cb

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

hugo.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ params:
9595
url: 'https://groups.google.com/a/kubernetes.io/group/dev'
9696
icon: fa fa-envelope
9797
desc: Discussion and help from your fellow users
98-
- name: Twitter
99-
url: 'https://twitter.com/K8sContributors'
100-
icon: fab fa-twitter
101-
desc: Follow us on Twitter to get the latest news!
98+
- name: X
99+
url: 'https://x.com/K8sContributors'
100+
icon: fa-brands fa-x-twitter
101+
desc: Follow us on X to get the latest news!
102102
- name: LinkedIn
103103
url: 'https://www.linkedin.com/company/kubernetes'
104104
icon: fab fa-linkedin

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.0.1",
44
"description": "Kubernetes Contributor Site",
55
"devDependencies": {
6+
"@fortawesome/fontawesome-free": "^6.6.0",
67
"autoprefixer": "^10.4.20",
78
"docsy": "github:google/docsy#semver:0.7.2",
89
"postcss-cli": "^10.1.0"
@@ -19,5 +20,8 @@
1920
"bugs": {
2021
"url": "https://github.com/kubernetes-sigs/contributor-site/issues"
2122
},
22-
"homepage": "https://github.com/kubernetes-sigs/contributor-site#readme"
23-
}
23+
"homepage": "https://github.com/kubernetes-sigs/contributor-site#readme",
24+
"overrides": {
25+
"@fortawesome/fontawesome-free": "^6.6.0"
26+
}
27+
}

0 commit comments

Comments
 (0)