Skip to content

Commit

Permalink
Merge pull request #3906 from Sage/link-to-grid-component
Browse files Browse the repository at this point in the history
docs(row and column): add a link to grid component in deprecation warning
  • Loading branch information
DipperTheDan authored Apr 13, 2021
2 parents fbd7d88 + 0dfce65 commit 5f63f88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/row/row.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ import Typography from "../typography";
import Box from "../box";
import { Row, Column } from ".";
import DeprecationWarning from '../../__internal__/DeprecationWarning';
import LinkTo from '@storybook/addon-links/react';

<Meta title="Row" parameters={{ info: { disable: true } }} />

<DeprecationWarning>
Row and Column are due to be depricated. Please use the Grid component in place of Row and Column.
Row and Column are due to be depricated. Please use the <LinkTo kind='Design System/Grid' story='default'>Grid</LinkTo> component in place of Row and Column.
</DeprecationWarning>

# Row & Column
Expand Down

0 comments on commit 5f63f88

Please sign in to comment.