Skip to content

Commit

Permalink
revert to text component to initial content formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-s51 committed Oct 15, 2024
1 parent 175898a commit fe2e35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/projects/components/StorageSizeBars.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const StorageSizeBar: React.FC<StorageSizeBarProps> = ({ pvc }) => {
return (
<div>
<Tooltip content="No active storage information at this time, check back later">
<Text component="small">{`Max ${maxValue}`}</Text>
<Text component="small">Max {maxValue}</Text>
</Tooltip>
</div>
);
Expand Down

0 comments on commit fe2e35f

Please sign in to comment.