Build fixes, email preview system

This commit is contained in:
2025-07-29 19:45:38 -04:00
parent e6791f8cb8
commit 9370d5c935
78 changed files with 5798 additions and 10397 deletions
+2 -3
View File
@@ -1,5 +1,4 @@
import Image from "next/image";
import { cn } from "~/lib/utils";
interface LogoProps {
className?: string;
@@ -18,8 +17,8 @@ export function Logo({ className, size = "md" }: LogoProps) {
<Image
src="/beenvoice-logo.svg"
alt="beenvoice logo"
width={width}
height={height}
width={width}
height={height}
className={className}
priority
/>