From 9599d09e12de5aaaad3e7498af2803a13c451df4 Mon Sep 17 00:00:00 2001 From: "opencode-agent[bot]" Date: Fri, 6 Feb 2026 00:34:39 -0500 Subject: [PATCH] troc: replace the "-" in the hero with a cup of coffe icon --- app/page.tsx | 6 +++--- bun.lock | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 8612531..daed609 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,4 +1,4 @@ -import { ArrowRight, ArrowUpRight } from "lucide-react"; +import { ArrowRight, ArrowUpRight, Coffee } from "lucide-react"; import { Footer } from "@/components/footer"; import { Globe } from "@/components/globe"; import { GithubBadge } from "@/components/github-badge"; @@ -107,13 +107,13 @@ export default function HomePage() {

CO - + DE
BR - + EW

diff --git a/bun.lock b/bun.lock index a2b3265..1e166fd 100644 --- a/bun.lock +++ b/bun.lock @@ -1,5 +1,6 @@ { "lockfileVersion": 1, + "configVersion": 0, "workspaces": { "": { "name": "codebrew.tech", @@ -25,7 +26,7 @@ "png-to-ico": "^3.0.1", "sharp": "^0.34.5", "tailwindcss": "^4", - "typescript": "^5", + "typescript": "5.9.3", }, }, },