mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-09 22:33:37 +00:00
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:
parent
e054a853dd
commit
9b1bab7561
1 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue