From 8b871388fa0fb1c3f5ac99185e16a0eeba6e8f34 Mon Sep 17 00:00:00 2001 From: Ritikydv1 Date: Sat, 22 Aug 2026 18:46:52 +0530 Subject: [PATCH 1/2] fix: update hero heading --- src/pages/HomePage.jsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pages/HomePage.jsx b/src/pages/HomePage.jsx index cffcbd3..97f6eb5 100644 --- a/src/pages/HomePage.jsx +++ b/src/pages/HomePage.jsx @@ -48,10 +48,9 @@ export default function HomePage() { {/* Hero */}

- Architect Your{' '} - Insights + Explore your Github orgs

-

+

Unified analytics across one or many GitHub organizations. Multi-org portfolio analysis, contributor network graphs, time-series trends, and governance audits — entirely in the browser.

From e4c073c92b304e32a8a711598de1e8b62c8d53ef Mon Sep 17 00:00:00 2001 From: Ritikydv1 Date: Fri, 28 Aug 2026 21:57:57 +0530 Subject: [PATCH 2/2] fix: line break for the hero heading --- src/pages/HomePage.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/HomePage.jsx b/src/pages/HomePage.jsx index 97f6eb5..712116a 100644 --- a/src/pages/HomePage.jsx +++ b/src/pages/HomePage.jsx @@ -46,9 +46,9 @@ export default function HomePage() { padding: '40px 24px', gap: 32, }}> {/* Hero */} -
+

- Explore your Github orgs + Explore your
Github orgs

Unified analytics across one or many GitHub organizations. Multi-org portfolio analysis, contributor network graphs, time-series trends, and governance audits — entirely in the browser.