Skip to content

Commit

Permalink
fix: chromatic url (#466)
Browse files Browse the repository at this point in the history
* FIX: chromatic url

* Update README.md
  • Loading branch information
matttdawson authored Jun 18, 2024
1 parent 64267b3 commit 5c85e23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ yarn add @linzjs/step-ag-grid
npm run storybook
```

Storybook demo deployed at: https://linz.github.io/step-ag-grid/
Storybook demo deployed at: https://master--633cd0dc2fe91d7df3ed32e4.chromatic.com/

## Usage

Expand Down Expand Up @@ -85,7 +85,7 @@ const GridDemo = () => {
export: false,
}),
// This is the flex column that will expand to fit
GridCell({
GridCell<ITestRow, string>({
field: "name",
headerName: "Name",
flex: 1,
Expand Down

0 comments on commit 5c85e23

Please sign in to comment.