Skip to content

Commit

Permalink
Module Metric selector: add tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbeardsley committed Feb 16, 2024
1 parent 8e88ffd commit 6645d3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ui/src/components/bundle-modules/bundle-modules.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ export const BundleModules = (props: BundleModulesProps) => {
size="small"
type="button"
onClick={() => setModuleMetric(ModuleMetric.SIZE)}
title="Size (excluding duplicate modules)"
>
Module size
</Button>
Expand All @@ -197,6 +198,7 @@ export const BundleModules = (props: BundleModulesProps) => {
size="small"
type="button"
onClick={() => setModuleMetric(ModuleMetric.TOTAL_SIZE)}
title="Size (including duplicate modules)"
>
Total size
</Button>
Expand Down

0 comments on commit 6645d3e

Please sign in to comment.