chat client fixes
This commit is contained in:
@@ -52,7 +52,7 @@ export default function MemoryView({ onNavigate }) {
|
||||
|
||||
{/* Header */}
|
||||
<div className="panel-header" style={{ padding: '0 24px', gap: 12 }}>
|
||||
<button className="btn-icon" onClick={() => onNavigate('settings')} title="Back to Settings">
|
||||
<button className="btn-icon" onClick={onBack} title="Back">
|
||||
←
|
||||
</button>
|
||||
<span className="text-base" style={{ fontWeight: 500 }}>Memory Viewer</span>
|
||||
|
||||
Reference in New Issue
Block a user