Skip to content

Commit bab8644

Browse files
committed
fix(grid): use proper icon
1 parent 5688134 commit bab8644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/demo/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const components = [
1818
component: Grid,
1919
title: 'Grid',
2020
description: 'Display content next to each other',
21-
icon: 'columns',
21+
icon: 'grip-horizontal',
2222
demo: `<Grid>
2323
<img src="https://source.unsplash.com/weekly?water" alt="" />
2424
<img src="https://source.unsplash.com/weekly?nature" alt="" />

0 commit comments

Comments
 (0)