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
}
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy