mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-29 17:58:27 +00: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,
|
||||
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">
|
||||
{$t("save.label.community_instance")}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue