Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/page.tsx
Original file line number Diff line number Diff line change
@@ -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";
Expand Down Expand Up @@ -107,13 +107,13 @@ export default function HomePage() {
<h1 className="text-display">
<span className="inline-flex items-center">
CO
<span className="inline-block w-8 sm:w-16 h-[2px] bg-signal mx-1 sm:mx-2 translate-y-[-2px]" />
<Coffee className="w-8 sm:w-12 h-8 sm:h-12 text-signal mx-1 sm:mx-2" />
DE
</span>
<br />
<span className="inline-flex items-center">
BR
<span className="inline-block w-8 sm:w-16 h-[2px] bg-signal mx-1 sm:mx-2 translate-y-[-2px]" />
<Coffee className="w-8 sm:w-12 h-8 sm:h-12 text-signal mx-1 sm:mx-2" />
EW
</span>
</h1>
Expand Down
3 changes: 2 additions & 1 deletion bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.