Add Arc logo icon next to heading on /start page

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Bryan Helmkamp 2026-02-28 23:13:25 -05:00
parent e054a853dd
commit 9b1bab7561

View file

@ -148,7 +148,8 @@ export default function Start() {
<div className="flex-1 flex flex-col items-center pt-[12vh] px-4">
<div className="w-full max-w-2xl">
<h1 className="text-[2rem] font-medium tracking-tight text-ice-100 text-center mb-8">
<h1 className="flex items-center justify-center gap-3 text-[2rem] font-medium tracking-tight text-ice-100 text-center mb-8">
<img src="/logo.svg" alt="" className="size-9" />
What do you want to build?
</h1>