Skip to content

Commit bb7a01a

Browse files
committed
rename keyword
1 parent 4fcba4c commit bb7a01a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ui/VsumsPanel.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export const VsumsPanel: React.FC = () => {
135135

136136
return (
137137
<div style={containerStyle}>
138-
<div style={titleStyle}>vSUMS</div>
138+
<div style={titleStyle}>Projects</div>
139139

140140
<CreateVsumModal
141141
isOpen={showCreate}
@@ -154,7 +154,7 @@ export const VsumsPanel: React.FC = () => {
154154
Create
155155
</button>
156156

157-
<div style={sectionStyle}>All vSUMs</div>
157+
<div style={sectionStyle}>All</div>
158158

159159
{loading && <div style={{ padding: 12, fontStyle: 'italic', color: '#5a6c7d' }}>Loading...</div>}
160160
{!loading && sorted.length === 0 && (

0 commit comments

Comments
 (0)