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

pinned item size

parent 176d206e
No related branches found
No related tags found
No related merge requests found
......@@ -99,10 +99,10 @@ class Overworld extends React.Component {
<Box mt={3} mb={1}>
<h4>{t`Pinned dashboards`}</h4>
</Box>
<Grid w={1 / 3}>
<Grid>
{pinnedDashboards.map(pin => {
return (
<GridItem>
<GridItem w={1 / 3}>
<Link
to={Urls.dashboard(pin.id)}
hover={{ color: normal.blue }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment