chore: navigate to pages and disable topic for now

This commit is contained in:
Aslam H
2024-09-09 18:10:19 +07:00
parent 84ee3d0517
commit 407ef129e3
2 changed files with 5 additions and 4 deletions

View File

@@ -118,7 +118,7 @@ const ListItem: React.FC<ListItemProps> = ({ label, value, href, count, isActive
<div className="group/reorder-page relative">
<div className="group/topic-link relative flex min-w-0 flex-1">
<Link
href={href}
href={"#"}
className={cn(
"group-hover/topic-link:bg-accent relative flex h-8 w-full items-center gap-2 rounded-md p-1.5 font-medium",
{ "bg-accent text-accent-foreground": isActive },