Configure Completed is added

This commit is contained in:
2026-07-25 18:56:15 +05:30
parent a5394823f3
commit cdb52e717e
38 changed files with 5170 additions and 14 deletions

View File

@@ -38,11 +38,11 @@ console.log("Session data ",session?.user?.email)
</button>
</div>
<p className="px-2 pt-2 pb-1 text-xs font-semibold uppercase
<p className="px-2 text-xs font-semibold uppercase
tracking-wider text-slate-500">
Tenant runtime
</p>
<div className="py-2">
<div className="py-1">
{SIDEBAR_ITEMS.map((item) => (
<SidebarItem
key={item.title}