feat: add Event interface, implement core Prisma seeding, and create admin categories management page
All checks were successful
Build and Push App / build (push) Successful in 11m4s
All checks were successful
Build and Push App / build (push) Successful in 11m4s
This commit is contained in:
@@ -371,7 +371,7 @@ export default function CategoriesPage() {
|
||||
}`}
|
||||
title={item.name}
|
||||
>
|
||||
{typeof item.icon === 'function' ? item.icon() : <item.icon className="w-5 h-5" />}
|
||||
<item.icon className="w-5 h-5" />
|
||||
</button>
|
||||
))}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user