Skip to content

Commit

Permalink
refactor(explorer): cleanup ui/Tooltip (#3543)
Browse files Browse the repository at this point in the history
* feat:remove all debris aroung experimental id route

* refactor(explorer): cleanup Tooltip & unnecessary components

* fix: issues with merge

---------

Co-authored-by: evavirseda <[email protected]>
Co-authored-by: Begoña Álvarez de la Cruz <[email protected]>
  • Loading branch information
3 people authored Oct 25, 2024
1 parent 2350015 commit a6911c2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 158 deletions.
3 changes: 1 addition & 2 deletions apps/explorer/src/components/home-metrics/OnTheNetwork.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ export function OnTheNetwork(): JSX.Element {
text={gasPriceFormatted ?? '-'}
supportingLabel={gasPriceFormatted !== null ? 'IOTA' : undefined}
tooltipPosition={TooltipPosition.Top}
tooltipText="
The reference gas price in the current epoch."
tooltipText="The reference gas price in the current epoch."
/>
</div>
<div className="flex-1">
Expand Down
155 changes: 0 additions & 155 deletions apps/explorer/src/components/ui/Tooltip.tsx

This file was deleted.

1 change: 0 additions & 1 deletion apps/explorer/src/components/ui/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ export * from './ProgressCircle';
export * from './RingChart';
export * from './SplitPanes';
export * from './TableCard';
export * from './Tooltip';
export * from './VerticalList';

0 comments on commit a6911c2

Please sign in to comment.