styling friday

This commit is contained in:
2025-06-27 12:01:46 -04:00
parent 29c91fee7f
commit 216d10855f
14 changed files with 309 additions and 67 deletions

View File

@@ -11,7 +11,7 @@ export default function Navbar() {
if (!session?.user) return null
return (
<nav className="flex justify-between items-center p-4 bg-background border-b">
<nav className="flex justify-between items-center p-4 border-b">
<div className="flex items-center space-x-2">
<div className="font-semibold">Wedding Planner</div>
{session.user && (