Skip to content

Commit

Permalink
fix(docs): correct indentation on grid example. (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyshaw authored and chanceaclark committed Dec 7, 2021
1 parent 6479028 commit 9d3d210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/pages/grid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const GridPage = () => {
"nav main" 200px
"foot foot" 50px
/ 1fr 5fr;
`;
`;

return (
<Grid gridTemplate={template}>
Expand Down

0 comments on commit 9d3d210

Please sign in to comment.