From 6bd88d7e3363971114b850f208ed6198ceb4d7dd Mon Sep 17 00:00:00 2001 From: Sylvain Corlay Date: Wed, 4 Feb 2026 23:42:52 +0100 Subject: [PATCH] Update selector for button --- src/components/home/Hero/styles.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/home/Hero/styles.module.css b/src/components/home/Hero/styles.module.css index 7633d557..b632dcfd 100644 --- a/src/components/home/Hero/styles.module.css +++ b/src/components/home/Hero/styles.module.css @@ -60,7 +60,7 @@ font-family: var(--ifm-font-family-inter); } -.link_to_notebook_link { +:global(.link-to-button).link_to_notebook_link { display: flex; align-items: center; justify-content: center;