Skip to content

Commit

Permalink
Tooltip fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jackson authored and jackson committed Nov 19, 2024
1 parent 0775cda commit 8403cc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/StyledTable/StyledTable.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import { Table as MuiTable, TableHead, TableCell, TableBody, TableRow } from "@mui/material";
import TableTooltip from '../ui/InfoTooltip';
import {InfoTooltip} from '../ui/InfoTooltip';

import type {Meta, StoryObj} from '@storybook/react';

Expand Down Expand Up @@ -39,7 +39,7 @@ export const Table: Story = {
<TableCell>Dessert (100g serving)</TableCell>
<TableCell align="right">
Calories
<TableTooltip text="A unit of energy, often used to express the nutritional value of foods" />
<InfoTooltip text="A unit of energy, often used to express the nutritional value of foods" />
</TableCell>
<TableCell align="right">Fat&nbsp;(g)</TableCell>
<TableCell align="right">Carbs&nbsp;(g)</TableCell>
Expand Down

0 comments on commit 8403cc1

Please sign in to comment.