Remove unused SVG files from the public directory to streamline assets and reduce clutter. The following files were deleted: file.svg, globe.svg, next.svg, vercel.svg, and window.svg.

This commit is contained in:
2026-03-01 11:50:59 -05:00
parent 0e8ea15cd0
commit 3851b71f94
6 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ export function AuthForm({ mode }: { mode: "login" | "register" }) {
value={email}
onChange={(e) => setEmail(e.target.value)}
className="flex h-11 w-full rounded-lg border border-border/50 bg-background/50 px-4 text-sm transition-colors placeholder:text-muted-foreground/50 focus:border-primary/40 focus:outline-none focus:ring-1 focus:ring-primary/20"
placeholder="you@example.com"
placeholder="wwhite@graymatter.biz"
/>
</motion.div>