remove the link to changelog

just use our blog for updates
This commit is contained in:
EGOIST 2022-06-01 01:41:44 +08:00
parent 89277335a0
commit 26d0c5e8db
1 changed files with 0 additions and 1 deletions

View File

@ -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` },
]