mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 04:11:15 +00:00
parent
b5f9e2c2be
commit
7c69d90981
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