Skip to content

Commit d4f208b

Browse files
committed
review comments
1 parent d3bda05 commit d4f208b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

site/src/modules/resources/SubAgentOutdatedTooltip.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { useTheme } from "@emotion/react";
21
import type {
32
WorkspaceAgent,
43
WorkspaceAgentDevcontainer,
@@ -34,19 +33,14 @@ export const SubAgentOutdatedTooltip: FC<SubAgentOutdatedTooltipProps> = ({
3433
return null;
3534
}
3635

37-
const theme = useTheme();
38-
const versionLabelStyles = {
39-
fontWeight: 600,
40-
color: theme.palette.text.primary,
41-
};
4236
const title = "Dev Container Outdated";
4337
const opener = "This Dev Container is outdated.";
4438
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.`;
4539

4640
return (
4741
<HelpTooltip>
4842
<HelpTooltipTrigger>
49-
<span role="status" css={{ cursor: "pointer" }}>
43+
<span role="status" className="cursor-pointer">
5044
Outdated
5145
</span>
5246
</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