mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-24 12:08:55 +01:00
web/Omnibox: fix main instance domain check
oops
This commit is contained in:
parent
d8348dfa1c
commit
778ee76d59
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@
|
||||||
if you want to remove the community instance label,
|
if you want to remove the community instance label,
|
||||||
refer to the license first https://github.com/imputnet/cobalt/tree/main/web#license
|
refer to the license first https://github.com/imputnet/cobalt/tree/main/web#license
|
||||||
-->
|
-->
|
||||||
{#if env.DEFAULT_API || $page.url.host !== "cobalt.tools" || !$page.url.host.endsWith(".cobalt.tools")}
|
{#if env.DEFAULT_API || (!$page.url.host.endsWith(".cobalt.tools") && $page.url.host !== "cobalt.tools")}
|
||||||
<div id="instance-label">
|
<div id="instance-label">
|
||||||
{$t("save.label.community_instance")}
|
{$t("save.label.community_instance")}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue