Skip to content

Commit c47d70d

Browse files
looplabs-funclaude
andcommitted
fix(home): bump Solana + PumpFun logos to 28px for better visibility
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f0d1a83 commit c47d70d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/landing/Hero.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ function SolanaLogo() {
178178
return (
179179
<svg
180180
viewBox="0 0 118 36"
181-
className="h-[20px] w-auto"
181+
className="h-[28px] w-auto"
182182
role="img"
183183
aria-label="Solana"
184184
xmlns="http://www.w3.org/2000/svg"
@@ -214,7 +214,7 @@ function PumpFunLogo() {
214214
return (
215215
<svg
216216
viewBox="0 0 132 36"
217-
className="h-[20px] w-auto"
217+
className="h-[28px] w-auto"
218218
role="img"
219219
aria-label="Pump.fun"
220220
xmlns="http://www.w3.org/2000/svg"

0 commit comments

Comments
 (0)