diff --git a/components/logo.tsx b/components/logo.tsx index 3cbdaf6..ef54a98 100644 --- a/components/logo.tsx +++ b/components/logo.tsx @@ -5,16 +5,21 @@ export const Logo: React.FC<Props> = ({ className }) => { return ( <svg className={className} - viewBox="0 0 512 384" - stroke="current" xmlns="http://www.w3.org/2000/svg" - > - {/* <rect width="512" height="384" /> */} - <path d="M96 64L416 64" strokeWidth="32" strokeLinecap="round" /> - <path d="M147 128L371 128" strokeWidth="32" strokeLinecap="round" /> - <path d="M221 192L381 192" strokeWidth="32" strokeLinecap="round" /> - <path d="M242 256L338 256" strokeWidth="32" strokeLinecap="round" /> - <path d="M227 320L259 320" strokeWidth="32" strokeLinecap="round" /> + width="24" + height="24" + viewBox="0 0 24 24" + fill="none" + stroke="current" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round"> + <rect width="7" height="9" x="3" y="3" rx="1"/> + <rect width="7" height="5" x="14" y="3" rx="1"/> + <rect width="7" height="9" x="14" y="12" rx="1"/> + <rect width="7" height="5" x="3" y="16" rx="1"/> </svg> ); }; + + diff --git a/public/favicon.png b/public/favicon.png index 71ce82b..c0a2f67 100644 Binary files a/public/favicon.png and b/public/favicon.png differ diff --git a/public/favicon.svg b/public/favicon.svg index a581023..ea8cde6 100644 --- a/public/favicon.svg +++ b/public/favicon.svg @@ -1 +1,7 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-tornado"><path d="M21 4H3"/><path d="M18 8H6"/><path d="M19 12H9"/><path d="M16 16h-6"/><path d="M11 20H9"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" + stroke="#f5f6f7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> + <rect width="7" height="9" x="3" y="3" rx="1" /> + <rect width="7" height="5" x="14" y="3" rx="1" /> + <rect width="7" height="9" x="14" y="12" rx="1" /> + <rect width="7" height="5" x="3" y="16" rx="1" /> +</svg>