Fix missing logo.mjs in package files array

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Advait Paliwal
2026-03-23 22:35:45 -07:00
parent 7ef1ca2859
commit cd0e5d953a
6 changed files with 14 additions and 16 deletions

View File

@@ -7,20 +7,15 @@ interface Props {
const { class: className = '', size = 'hero' } = Astro.props;
const sizeClasses = size === 'nav'
? 'text-[4px] sm:text-[5px]'
: 'text-[6px] sm:text-[8px] md:text-[10px]';
? 'text-lg'
: 'text-4xl sm:text-5xl md:text-6xl';
---
<pre
<span
class:list={[
'font-mono text-accent font-bold leading-[1.15] m-0 p-0 inline-block',
"font-['Silkscreen'] text-accent font-bold tracking-tight inline-block",
sizeClasses,
className,
]}
aria-label="Feynman"
>███████╗███████╗██╗ ██╗███╗ ██╗███╗ ███╗ █████╗ ███╗ ██╗
██╔════╝██╔════╝╚██╗ ██╔╝████╗ ██║████╗ ████║██╔══██╗████╗ ██║
█████╗ █████╗ ╚████╔╝ ██╔██╗ ██║██╔████╔██║███████║██╔██╗ ██║
██╔══╝ ██╔══╝ ╚██╔╝ ██║╚██╗██║██║╚██╔╝██║██╔══██║██║╚██╗██║
██║ ███████╗ ██║ ██║ ╚████║██║ ╚═╝ ██║██║ ██║██║ ╚████║
╚═╝ ╚══════╝ ╚═╝ ╚═╝ ╚═══╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝</pre>
>feynman</span>