diff --git a/src/shared/components/footer.tsx b/src/shared/components/footer.tsx index 16f5fc76..d447cc3c 100644 --- a/src/shared/components/footer.tsx +++ b/src/shared/components/footer.tsx @@ -1,5 +1,5 @@ import { Component } from "inferno"; -import { Link } from "inferno-router"; +import { NavLink } from "inferno-router"; import { i18n } from "../i18next"; import { repoUrl, joinLemmyUrl, docsUrl } from "../utils"; import { GetSiteResponse } from "lemmy-js-client"; @@ -22,15 +22,15 @@ export class Footer extends Component { {this.props.site.version}
  • - + {i18n.t("modlog")} - +
  • {this.props.site.federated_instances && ( )}