This commit is contained in:
2025-10-26 20:29:43 +01:00
parent 01fb4e308a
commit 518b79bec6
4 changed files with 23 additions and 32 deletions
@@ -119,10 +119,10 @@ function CorrespondentsPanel({
return (
<section className="correspondents-panel">
<div className="column-header">
<div className="column-header__titles">
<div className="panel-section__header">
<div className="panel-section__titles">
<h2>Correspondents</h2>
<div className="column-subtitle">{correspondents.length} total</div>
<div className="panel-section__subtitle">{correspondents.length} total</div>
</div>
<div className="header-actions correspondents-actions">
<form className="correspondents-actions__form" onSubmit={handleCreate}>
@@ -147,7 +147,7 @@ function CorrespondentsPanel({
</button>
</div>
</div>
<div className="column-body tags-panel__body">
<div className="panel-section__body tags-panel__body">
{correspondents.length === 0 ? (
<div className="empty-state">No correspondents created yet.</div>
) : (