mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 20:01:16 +00:00
fix lint
This commit is contained in:
parent
a0322fd2e4
commit
c4a48270f9
2 changed files with 1 additions and 4 deletions
|
@ -115,9 +115,6 @@ export class Instances extends Component<any, any> {
|
|||
let domain = instance.domain;
|
||||
let description = instance.site_info.site_view.site.description;
|
||||
let icon = instance.site_info.site_view.site.icon;
|
||||
let require_application =
|
||||
instance.site_info.site_view.local_site.registration_mode ==
|
||||
"requireapplication";
|
||||
return (
|
||||
<div class="card col-6">
|
||||
<header>
|
||||
|
|
|
@ -9,7 +9,7 @@ export class LinkLine extends Component<any, any> {
|
|||
render() {
|
||||
return (
|
||||
<>
|
||||
<Link to="/instances">{i18n.t("join")}</Link>
|
||||
<Link to="/instances">{i18n.t("join_a_server")}</Link>
|
||||
<Link to="/news">{i18n.t("news")}</Link>
|
||||
<Link to="/apps">{i18n.t("apps")}</Link>
|
||||
<Link to="/donate">{i18n.t("donate")}</Link>
|
||||
|
|
Loading…
Reference in a new issue