From 519126d2058b129b6ff875f16df0a19b65623088 Mon Sep 17 00:00:00 2001 From: Max Phillips Date: Tue, 24 Sep 2024 15:32:30 -0500 Subject: [PATCH] Change login --> log in (#17069) --- astro.config.mjs | 2 +- src/components/overrides/SocialIcons.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 1798fa8352bbaf4..cce927b00c10ad4 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -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: { diff --git a/src/components/overrides/SocialIcons.astro b/src/components/overrides/SocialIcons.astro index f604de7681be3f7..7dc31f3198d2e52 100644 --- a/src/components/overrides/SocialIcons.astro +++ b/src/components/overrides/SocialIcons.astro @@ -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", }); ---