From 26d0c5e8db5000b6c717c3dcd68a329f55d25ed6 Mon Sep 17 00:00:00 2001 From: EGOIST Date: Wed, 1 Jun 2022 01:41:44 +0800 Subject: [PATCH] remove the link to changelog just use our blog for updates --- src/components/main/MainLayout.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/main/MainLayout.tsx b/src/components/main/MainLayout.tsx index 488797d2..9f9e91cc 100644 --- a/src/components/main/MainLayout.tsx +++ b/src/components/main/MainLayout.tsx @@ -23,7 +23,6 @@ export function MainLayout({ const discordLink = `https://${OUR_DOMAIN}/discord` const companyLinks = [ { text: "Blog", href: `https://blog.${OUR_DOMAIN}` }, - { text: "Changelog", href: `https://changelog.${OUR_DOMAIN}` }, { text: "Privacy", href: `https://${DOCS_DOMAIN}/privacy.html` }, { text: "Terms", href: `https://${DOCS_DOMAIN}/terms.html` }, ]