We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fcba4c commit bb7a01aCopy full SHA for bb7a01a
src/components/ui/VsumsPanel.tsx
@@ -135,7 +135,7 @@ export const VsumsPanel: React.FC = () => {
135
136
return (
137
<div style={containerStyle}>
138
- <div style={titleStyle}>vSUMS</div>
+ <div style={titleStyle}>Projects</div>
139
140
<CreateVsumModal
141
isOpen={showCreate}
@@ -154,7 +154,7 @@ export const VsumsPanel: React.FC = () => {
154
Create
155
</button>
156
157
- <div style={sectionStyle}>All vSUMs</div>
+ <div style={sectionStyle}>All</div>
158
159
{loading && <div style={{ padding: 12, fontStyle: 'italic', color: '#5a6c7d' }}>Loading...</div>}
160
{!loading && sorted.length === 0 && (
0 commit comments