fix: correct ternary closing brackets in KnowledgeBaseCards and TeamSummary

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Michael Chihlas
2026-03-29 17:11:22 -04:00
parent 912075cd43
commit cc51d21300
2 changed files with 2 additions and 2 deletions

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>
) )