# TemplateCard

## 2026-06-22 — Drop client/internal board type

**Prompted by:** Hellen (design team)

### What changed
- Removed the `boardType` prop, the `TemplateBoardType` type, and the
  "Client" / "Internal" badge that rendered from it. The card header now shows
  only the Official badge (when applicable) and the column count.

### Why
- The client/internal board distinction was retired across the kanban feature;
  every board treats contact as an optional per-card field, so the badge no
  longer carried meaning.

### Affected tokens / files
- `packages/shadcn/src/components/ui/kanban-template-card.tsx`
