From aa1e6be792a0ae7b7a8fdc35dd7824bfb0819fac Mon Sep 17 00:00:00 2001 From: Almeida Date: Thu, 9 Apr 2026 20:59:41 +0100 Subject: [PATCH] fix: github icon size (#11488) --- apps/guide/src/components/GitHubIcon.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/guide/src/components/GitHubIcon.tsx b/apps/guide/src/components/GitHubIcon.tsx index b0f2ecb46..3f63a6335 100644 --- a/apps/guide/src/components/GitHubIcon.tsx +++ b/apps/guide/src/components/GitHubIcon.tsx @@ -5,9 +5,9 @@ export function GitHubIcon(props: ComponentProps<'svg'>) {