Add draft implementation of gifts page
This commit is contained in:
@@ -234,34 +234,6 @@ export default function GiftRegistryPage() {
|
||||
</div>
|
||||
</header>
|
||||
|
||||
{/* Breadcrumb */}
|
||||
<div className="flex items-center text-sm text-gray-500 dark:text-gray-400 mb-6">
|
||||
<Link
|
||||
href="/dashboard"
|
||||
className="hover:text-blue-600 dark:hover:text-blue-400"
|
||||
>
|
||||
Dashboard
|
||||
</Link>
|
||||
<ChevronRight className="h-4 w-4 mx-1" />
|
||||
<Link
|
||||
href="/dashboard/events"
|
||||
className="hover:text-blue-600 dark:hover:text-blue-400"
|
||||
>
|
||||
Events
|
||||
</Link>
|
||||
<ChevronRight className="h-4 w-4 mx-1" />
|
||||
<Link
|
||||
href={`/dashboard/events/${event.slug}`}
|
||||
className="hover:text-blue-600 dark:hover:text-blue-400"
|
||||
>
|
||||
{event.title}
|
||||
</Link>
|
||||
<ChevronRight className="h-4 w-4 mx-1" />
|
||||
<span className="font-medium text-gray-900 dark:text-gray-100">
|
||||
Gift Registry
|
||||
</span>
|
||||
</div>
|
||||
|
||||
{/* Gift Registry Content */}
|
||||
<div className="space-y-6">
|
||||
<div className="flex items-center justify-between">
|
||||
|
||||
@@ -339,7 +339,7 @@ export default function EventDetailPage() {
|
||||
</CardHeader>
|
||||
<CardFooter>
|
||||
<Button variant="outline" asChild className="w-full">
|
||||
<Link href={`/events/${event.slug}/gifts`}>
|
||||
<Link href={`/dashboard/events/${event.slug}/gifts`}>
|
||||
Edit Gift Registry
|
||||
</Link>
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user