From 0c973a32925d6cc58c172d44f02c8656264bbf98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Fri, 9 May 2025 12:31:52 +0200 Subject: [PATCH] Always link main logo to the root of the site (#3226) --- .changeset/tough-starfishes-grin.md | 5 +++++ packages/gitbook/src/components/Header/HeaderLogo.tsx | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/tough-starfishes-grin.md diff --git a/.changeset/tough-starfishes-grin.md b/.changeset/tough-starfishes-grin.md new file mode 100644 index 000000000..2f150b59d --- /dev/null +++ b/.changeset/tough-starfishes-grin.md @@ -0,0 +1,5 @@ +--- +"gitbook": patch +--- + +Always link main logo to the root of the site diff --git a/packages/gitbook/src/components/Header/HeaderLogo.tsx b/packages/gitbook/src/components/Header/HeaderLogo.tsx index 08a1d2d10..64c159472 100644 --- a/packages/gitbook/src/components/Header/HeaderLogo.tsx +++ b/packages/gitbook/src/components/Header/HeaderLogo.tsx @@ -20,7 +20,7 @@ export async function HeaderLogo(props: HeaderLogoProps) { return ( {customization.header.logo ? (