1 Commits

Author SHA1 Message Date
343af31387 fix: more defensive ketcher reference 2025-11-13 20:47:20 +13:00
3 changed files with 6 additions and 4 deletions

View File

@ -151,6 +151,11 @@
>Package</a >Package</a
> >
</li> </li>
<li>
<a href="{{ meta.server_url }}/search" id="searchLink"
>Search</a
>
</li>
<li> <li>
<a href="{{ meta.server_url }}/model" id="modelLink" <a href="{{ meta.server_url }}/model" id="modelLink"
>Modelling</a >Modelling</a

View File

@ -119,9 +119,7 @@
>Ibuprofen</a >Ibuprofen</a
> >
</div> </div>
<a <a class="absolute top-0 left-[calc(100%-5.4rem)]" href="#"
class="absolute top-0 left-[calc(100%-5.4rem)]"
href="/predict"
>Advanced</a >Advanced</a
> >
</div> </div>

View File

@ -26,7 +26,6 @@
placeholder="Name" placeholder="Name"
id="name" id="name"
class="input input-md w-full" class="input input-md w-full"
autofocus
/> />
<span>Name</span> <span>Name</span>
</label> </label>