From 22dc95801c728096dc55de7f54dac43ce42f4da3 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Wed, 30 Apr 2025 17:08:09 +0200 Subject: [PATCH] Update custom_code.md --- website/docs/admin/settings/custom_code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/admin/settings/custom_code.md b/website/docs/admin/settings/custom_code.md index 0c8766ef..bf5a3634 100644 --- a/website/docs/admin/settings/custom_code.md +++ b/website/docs/admin/settings/custom_code.md @@ -19,7 +19,7 @@ Add custom JavaScript to all pages. This is ideal for extending UI functionality [View Documentation](https://dev.openpanel.com/customize.html#Custom-JS) ## Code in Header -Insert custom code directly into the tag of every page. Useful for meta tags, analytics scripts, and global settings. +Insert custom code directly into the head tag of every page. Useful for meta tags, analytics scripts, and global settings. [View Documentation](https://dev.openpanel.com/customize.html#Code-in-Header)