mirror of
https://github.com/karpathy/nanochat.git
synced 2026-05-26 01:28:01 +00:00
Landing page: warm gradient background, illustrations flanking hero text (180-220px), new tagline, features section with 3 cards, footer updated to "Built by Manmohan", gold CTA and nav buttons, toran moved to hero. Chat page: removed "Chat Completions" header, added samosa logo and bigger suggestion cards to empty state, sidebar empty state message, input area top border/shadow, more prominent new chat button. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
11 lines
281 B
TypeScript
11 lines
281 B
TypeScript
// Illustrations are now inline in Hero.tsx as flanking elements.
|
|
// This file is kept for backwards compatibility but no longer renders fixed-position illustrations.
|
|
|
|
export function SamosaIllustration() {
|
|
return null;
|
|
}
|
|
|
|
export function KettleIllustration() {
|
|
return null;
|
|
}
|