File tree 1 file changed +6
-7
lines changed
site/src/pages/WorkspacePage/WorkspaceTopbar 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -146,12 +146,11 @@ export const WorkspaceTopbar = (props: WorkspaceProps) => {
146
146
} }
147
147
/>
148
148
}
149
- text = {
150
- < span css = { { color : theme . palette . warning . light } } >
151
- { workspace . latest_build . template_version_name }
152
- </ span >
153
- }
154
- />
149
+ >
150
+ < span css = { { color : theme . palette . warning . light } } >
151
+ { workspace . latest_build . template_version_name }
152
+ </ span >
153
+ </ Pill >
155
154
</ div >
156
155
</ PopoverTrigger >
157
156
< WorkspaceOutdatedTooltipContent
@@ -162,7 +161,7 @@ export const WorkspaceTopbar = (props: WorkspaceProps) => {
162
161
/>
163
162
</ Popover >
164
163
) : (
165
- < Pill text = { workspace . latest_build . template_version_name } / >
164
+ < Pill > { workspace . latest_build . template_version_name } </ Pill >
166
165
) }
167
166
</ TopbarData >
168
167
You can’t perform that action at this time.
0 commit comments