Skip to content

Commit

Permalink
Change login --> log in (#17069)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxvp authored Sep 24, 2024
1 parent 7c7a6c3 commit 519126d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export default defineConfig({
],
social: {
github: "https://github.com/cloudflare/cloudflare-docs",
"x.com": "https://twitter.com/cloudflare",
"x.com": "https://x.com/cloudflare",
youtube: "https://www.youtube.com/cloudflare",
},
editLink: {
Expand Down
2 changes: 1 addition & 1 deletion src/components/overrides/SocialIcons.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const links = Object.entries({
Learning: "/learning-paths/",
Status: "https://www.cloudflarestatus.com/",
Support: "/support/contacting-cloudflare-support/",
Login: "https://dash.cloudflare.com",
"Log in": "https://dash.cloudflare.com",
});
---

Expand Down

0 comments on commit 519126d

Please sign in to comment.