From 5ca2de25c67a0b3c76b773d2c5a9dd698f9105ab Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Wed, 4 Mar 2026 16:53:04 +0100 Subject: [PATCH] fix: auto scroll on link --- apps/web/src/app/brand/page.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/apps/web/src/app/brand/page.tsx b/apps/web/src/app/brand/page.tsx index b07c2ff3..94e3f3e1 100644 --- a/apps/web/src/app/brand/page.tsx +++ b/apps/web/src/app/brand/page.tsx @@ -113,7 +113,15 @@ export default function BrandPage() { description={ <> Download OpenCut brand assets for use in your projects.{" "} - + + document + .getElementById("guidelines") + ?.scrollIntoView({ behavior: "smooth" }) + } + > Read the brand guidelines.