mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-24 10:32:09 +02:00
web/Omnibox: fix main instance domain check
oops
This commit is contained in:
parent
d8348dfa1c
commit
778ee76d59
@ -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…
x
Reference in New Issue
Block a user