Skip to content

Commit 37f8f01

Browse files
authored
feat: Update star counts and enhance TSCSection accessibility and styling (#384)
Signed-off-by: Daniel Ntege <danientege785@gmail.com>
1 parent 977bd34 commit 37f8f01

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/app/tsc/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ export default function TSCSection() {
8989
<section className="bg-linear-to-br from-red-dark via-red to-red text-white">
9090
<div className="container py-14 sm:py-22.5 lg:py-27.5">
9191
<div className="max-w-170 mx-auto text-center">
92-
<h1 className="text-[42px] sm:text-[53px] leading-none mb-4 text-center text-white">
93-
The Technical Steering Committee of Hiero
92+
<h1 className="text-[42px] sm:text-5xl leading-none relative mb-2.5">
93+
The TSC of Hiero
9494
</h1>
95-
<p className="text-base sm:text-lg max-w-150 mx-auto">
95+
<p className="text-[24px] tracking-[-0.081rem] sm:text-xl relative max-w-150 mx-auto">
9696
The Hiero Technical Steering Committee (TSC) is the committee
9797
responsible for technical governance within the Hiero project.
9898
</p>

src/data/repository_stats.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"hiero-json-rpc-relay": { "stars": 87 },
99
"hiero-sdk-go": { "stars": 123 },
1010
"hiero-sdk-rust": { "stars": 58 },
11-
"hiero-mirror-node-explorer": { "stars": 46 },
11+
"hiero-mirror-node-explorer": { "stars": 47 },
1212
"hiero-cli": { "stars": 41 },
1313
"solo": { "stars": 39 },
1414
"hiero-block-node": { "stars": 35 },
1515
"hiero-sdk-tck": { "stars": 22 },
1616
"hiero-sdk-cpp": { "stars": 41 },
1717
"governance": { "stars": 13 },
18-
"hiero-sdk-python": { "stars": 55 },
18+
"hiero-sdk-python": { "stars": 56 },
1919
"hiero-sdk-swift": { "stars": 35 },
2020
"sdk-collaboration-hub": { "stars": 9 },
2121
"tsc": { "stars": 5 }

0 commit comments

Comments
 (0)