Remove code of conduct from menu (ref #99) (#100)

This commit is contained in:
Nutomic 2022-04-19 19:06:51 +00:00 committed by GitHub
parent b5f9e2c2be
commit 7c69d90981
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -18,12 +18,6 @@ export class LinkLine extends Component<any, any> {
<a href={`/docs/${getDocsLanguage(i18n.language)}/index.html`}> <a href={`/docs/${getDocsLanguage(i18n.language)}/index.html`}>
{i18n.t("docs")} {i18n.t("docs")}
</a> </a>
<a
href={`/docs/${getDocsLanguage(i18n.language)}/code_of_conduct.html`}
title={i18n.t("code_of_conduct")}
>
{i18n.t("coc")}
</a>
<Link to="/contact">{i18n.t("contact")}</Link> <Link to="/contact">{i18n.t("contact")}</Link>
</> </>
); );