From 2e97121f091d91b3a47a42e4264c6d271bc929e9 Mon Sep 17 00:00:00 2001 From: zv Date: Tue, 28 Apr 2026 15:01:02 +0200 Subject: [PATCH] feat(hero): replace GitHub icon with Gitea icon in hero section --- components/sections/hero.tsx | 17 +++++++++++++++-- package-lock.json | 36 ------------------------------------ 2 files changed, 15 insertions(+), 38 deletions(-) diff --git a/components/sections/hero.tsx b/components/sections/hero.tsx index cb38b68..5ae0310 100644 --- a/components/sections/hero.tsx +++ b/components/sections/hero.tsx @@ -1,4 +1,17 @@ -import { Github } from "lucide-react"; +function GiteaIcon({ className }: { className?: string }) { + return ( + + ); +} export function Hero() { return ( @@ -18,7 +31,7 @@ export function Hero() { title="View on Gitea" className="inline-flex items-center text-cyan-200 transition-colors hover:text-cyan-100" > - + diff --git a/package-lock.json b/package-lock.json index 8d31be5..b371a4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -377,9 +377,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -396,9 +393,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -415,9 +409,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -434,9 +425,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1553,9 +1541,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1570,9 +1555,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1587,9 +1569,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1604,9 +1583,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1621,9 +1597,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1638,9 +1611,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1655,9 +1625,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1672,9 +1639,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [