Skip to content

Commit

Permalink
Text label for add new environment (conda-incubator#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabalafou committed Jul 9, 2024
1 parent 02ba0c1 commit 449ee03
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/features/environments/components/EnvironmentDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ export const EnvironmentDropdown = ({
}
>
<StyledIconButton
style={{
textTransform: "none",
paddingRight: "0.4rem"
}}
onClick={e =>
canCreate && onCreateNewEnvironmentTab(e, namespace)
}
Expand All @@ -109,7 +113,7 @@ export const EnvironmentDropdown = ({
// https://github.com/conda-incubator/conda-store-ui/pull/370/files#r1486492450
aria-disabled={!canCreate}
>
<AddIcon />
<AddIcon /> New
</StyledIconButton>
</Tooltip>
</Box>
Expand Down

0 comments on commit 449ee03

Please sign in to comment.