From 61de06d05c8f732bad65e329de683011dc28cb4e Mon Sep 17 00:00:00 2001 From: Jason Long Date: Mon, 8 Sep 2025 11:25:30 -0400 Subject: [PATCH] Correct casing of 'Github' to 'GitHub' --- src/components/Headbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Headbar.tsx b/src/components/Headbar.tsx index f963eb7..dc4b0bb 100644 --- a/src/components/Headbar.tsx +++ b/src/components/Headbar.tsx @@ -111,7 +111,7 @@ export function Headbar() { icon: , }, { - label: 'Github', + label: 'GitHub', link: 'https://github.com/logseq', icon: , },