Skip to content
Snippets Groups Projects
Unverified Commit ae92b864 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

1/3 for pins

parent 0777ff8c
Branches
Tags
No related merge requests found
......@@ -121,7 +121,7 @@ class DefaultLanding extends React.Component {
>
<Grid>
{pinned.map((item, index) => (
<GridItem w={1 / 4} className="relative">
<GridItem w={1 / 3} className="relative">
<ItemDragSource item={item}>
<PinnedItem
key={`${item.type}:${item.id}`}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment