refactor: dashboard design critique fixes #122

Merged
chihlasm merged 13 commits from refactor/dashboard-design-critique into main 2026-03-30 04:39:37 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit cc51d21300 - Show all commits

View File

@@ -64,7 +64,7 @@ export function KnowledgeBaseCards() {
</span> </span>
<ChevronRight size={14} className="text-muted-foreground opacity-0 -translate-x-1 group-hover:opacity-100 group-hover:translate-x-0 transition-all" /> <ChevronRight size={14} className="text-muted-foreground opacity-0 -translate-x-1 group-hover:opacity-100 group-hover:translate-x-0 transition-all" />
</button> </button>
)))} ))}
</div> </div>
</div> </div>
) )

View File

@@ -62,7 +62,7 @@ export function TeamSummary() {
{item.value} {item.value}
</span> </span>
</button> </button>
)))} ))}
</div> </div>
</div> </div>
) )