Add docs link for property settings

This commit is contained in:
Taras Kushnir
2025-09-05 16:09:46 +03:00
parent b7dc45bc80
commit d8d9946e37
2 changed files with 4 additions and 1 deletions

View File

@@ -52,7 +52,7 @@
</div>
</div>
<div class="flex ml-4 mt-4 items-center">
<a href="https://docs.privatecaptcha.com/docs/reference/widget-options" target="_blank" class="text-sm/6 font-semibold text-gray-900">Docs <span aria-hidden="true">&rarr;</span></a>
<a href="https://docs.privatecaptcha.com/docs/reference/widget-options" target="_blank" class="text-sm/6 font-semibold text-gray-900 hover:text-green-600">Docs <span aria-hidden="true">&rarr;</span></a>
</div>
</div>
</div>

View File

@@ -94,6 +94,9 @@
<div>
<h2 class="text-base font-semibold leading-7 text-gray-900">Basic settings</h2>
<p class="mt-1 text-sm leading-6 text-gray-600">Change property's difficulty configuration or property name. To change the domain, you need to create another property.</p>
<p class="mt-1">
<a href="https://docs.privatecaptcha.com/docs/reference/property-settings/" target="_blank" class="text-sm/6 font-semibold text-green-600 hover:text-green-500">Docs <span aria-hidden="true">&rarr;</span></a>
</p>
</div>
<form
hx-put='{{ partsURL .Const.OrgEndpoint .Params.Org.ID .Const.PropertyEndpoint .Params.Property.ID .Const.EditEndpoint }}'