Compare commits

...

2 Commits

Author SHA1 Message Date
Sabda Yagra 124b0cdfef fix: tag menu hide
continuous-integration/drone/push Build encountered an error Details
2026-03-09 12:46:39 +07:00
Sabda Yagra 7a9656714e fix: bugs in ladning and icon tenant setting 2026-03-09 12:19:53 +07:00
3 changed files with 114 additions and 115 deletions

View File

@ -208,7 +208,7 @@ function TenantSettingsContentTable() {
</p>
</div>
<div className="flex items-center gap-2">
<SettingsIcon className="h-6 w-6 text-gray-500" />
{/* <SettingsIcon className="h-6 w-6 text-gray-500" /> */}
{/* <Button variant="outline" size="sm" onClick={checkWorkflowStatus}>
Check Workflow Status
</Button> */}

View File

@ -137,8 +137,8 @@ export default function Header() {
}, [bookmarkedIds]);
return (
<RevealR>
<section className="max-w-[1350px] mx-auto px-4">
<RevealR>
<div className="flex flex-col lg:flex-row gap-6 py-6">
{data.length > 0 && (
<Card
@ -150,7 +150,6 @@ export default function Header() {
}
/>
)}
<div className="grid grid-cols-1 sm:grid-cols-2 gap-4 w-full">
{data.slice(1, 5).map((item) => (
<Card
@ -164,6 +163,7 @@ export default function Header() {
))}
</div>
</div>
</RevealR>
<div className="relative w-full h-48 sm:h-64 md:h-80 lg:h-[460px] mt-4 rounded-xl overflow-hidden">
<Swiper
@ -201,7 +201,6 @@ export default function Header() {
</Swiper>
</div>
</section>
</RevealR>
);
}
@ -311,7 +310,7 @@ function Card({
};
return (
<RevealL>
// <RevealL>
<div
className={`rounded-xl overflow-hidden shadow hover:shadow-lg transition-all bg-white dark:bg-black dark:border dark:border-slate-50 ${
isBig
@ -396,7 +395,7 @@ function Card({
</div>
</div>
</div>
</RevealL>
// </RevealL>
);
}

View File

@ -238,13 +238,13 @@ export function getMenuList(pathname: string, t: any): Group[] {
icon: "heroicons:arrow-trending-up",
children: [],
},
{
href: "/admin/settings/tag",
label: "Tag",
active: pathname === "/admin/settings/tag",
icon: "heroicons:arrow-trending-up",
children: [],
},
// {
// href: "/admin/settings/tag",
// label: "Tag",
// active: pathname === "/admin/settings/tag",
// icon: "heroicons:arrow-trending-up",
// children: [],
// },
{
href: "/admin/settings/banner",
label: "Banner",