8000 review comments · coder/coder@abc9999 · GitHub
[go: up one dir, main page]

Skip to content

Commit abc9999

Browse files
committed
review comments
1 parent d3bda05 commit abc9999

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

site/src/modules/resources/SubAgentOutdatedTooltip.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,14 @@ export const SubAgentOutdatedTooltip: FC<SubAgentOutdatedTooltipProps> = ({
3434
return null;
3535
} 9D87
3636

37-
const theme = useTheme();
38-
const versionLabelStyles = {
39-
fontWeight: 600,
40-
color: theme.palette.text.primary,
41-
};
4237
const title = "Dev Container Outdated";
4338
const opener = "This Dev Container is outdated.";
4439
const text = `${opener} This can happen if you modify your devcontainer.json file after the Dev Container has been created. To fix this, you can rebuild the Dev Container.`;
4540

4641
return (
4742
<HelpTooltip>
4843
<HelpTooltipTrigger>
49-
<span role="status" css={{ cursor: "pointer" }}>
44+
<span role="status" className="cursor-pointer">
5045
Outdated
5146
</span>
5247
</HelpTooltipTrigger>

0 commit comments

Comments
 (0)
0