mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 20:01:16 +00:00
Remove code of conduct from menu (ref #99)
This commit is contained in:
parent
b5f9e2c2be
commit
1cbbc49a1f
1 changed files with 0 additions and 6 deletions
|
@ -18,12 +18,6 @@ export class LinkLine extends Component<any, any> {
|
|||
<a href={`/docs/${getDocsLanguage(i18n.language)}/index.html`}>
|
||||
{i18n.t("docs")}
|
||||
</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>
|
||||
</>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue