Skip to content

Commit d6007a0

Browse files
author
Clawd
committed
site: set crab logo (A) as default hero branding
1 parent db93ea8 commit d6007a0

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

site/index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,12 @@
5252
text-align: center;
5353
}
5454

55-
.hero-emoji {
56-
font-size: 64px;
55+
.hero-logo {
56+
width: 132px;
57+
height: 132px;
58+
object-fit: contain;
5759
margin-bottom: 24px;
60+
filter: drop-shadow(0 8px 24px rgba(0,0,0,0.45));
5861
}
5962

6063
h1 {
@@ -299,7 +302,7 @@
299302

300303
<div class="container">
301304
<section class="hero">
302-
<div class="hero-emoji">🐕</div>
305+
<img class="hero-logo" src="./leash-logo.png" alt="Leash logo" />
303306
<h1><span>Leash</span></h1>
304307
<p class="tagline">Put your AI on a short leash. Know what your AI agents are doing on your machine — every process, file, and network connection.</p>
305308
<div class="cta-group">

site/leash-logo.png

2.75 MB
Loading

0 commit comments

Comments
 (0)