chat client fixes
This commit is contained in:
@@ -47,7 +47,7 @@ export default function ProjectView({ project, onNavigate, onSelectSession, onNe
|
||||
<div className="panel-header" style={{ padding: '0 24px', justifyContent: 'space-between' }}>
|
||||
<button
|
||||
className="btn-reset text-xs text-muted"
|
||||
onClick={() => onNavigate('all-projects')}
|
||||
onClick={onBack} title="Back"
|
||||
style={{ display: 'flex', alignItems: 'center', gap: '4px' }}
|
||||
onMouseEnter={e => e.currentTarget.style.color = 'var(--text-secondary)'}
|
||||
onMouseLeave={e => e.currentTarget.style.color = 'var(--text-muted)'}
|
||||
|
||||
Reference in New Issue
Block a user