add learn more links to auto update

This commit is contained in:
miloschwartz
2026-06-09 16:08:07 -07:00
parent 1aa6e3511f
commit 9257ac01c7
3 changed files with 24 additions and 5 deletions
@@ -293,7 +293,7 @@ export default function GeneralPage() {
type="button"
variant="link"
size="sm"
className="text-sm text-muted-foreground underline px-0"
className="text-sm text-muted-foreground px-0"
onClick={() => {
form.setValue(
"autoUpdateOverrideOrg",
@@ -315,7 +315,16 @@ export default function GeneralPage() {
<FormDescription>
{t(
"siteAutoUpdateDescription"
)}
)}{" "}
<a
href="https://docs.pangolin.net/manage/sites/configure-site#auto-update"
target="_blank"
rel="noopener noreferrer"
className="text-primary hover:underline inline-flex items-center gap-1"
>
{t("learnMore")}
<ExternalLink className="size-3.5 shrink-0" />
</a>
</FormDescription>
<FormMessage />
</FormItem>