Change cell sizes to better suit content

feature/status_page/externalLinks
Alex P 2017-06-09 12:33:09 -07:00
parent 7ff09df1fc
commit 9e6420bb1d
1 changed files with 8 additions and 8 deletions

View File

@ -45,28 +45,28 @@ export const fixtureStatusPageCells = [
type: 'alerts', type: 'alerts',
x: 0, x: 0,
y: 5, y: 5,
w: 5, w: 6.5,
h: 5, h: 7,
}, },
{ {
i: 'news-feed', i: 'news-feed',
isWidget: true, isWidget: true,
name: 'News Feed', name: 'News Feed',
type: 'news', type: 'news',
x: 5, x: 6.5,
y: 5, y: 5,
w: 3.5, w: 3,
h: 5, h: 7,
}, },
{ {
i: 'getting-started', i: 'getting-started',
isWidget: true, isWidget: true,
name: 'Getting Started', name: 'Getting Started',
type: 'guide', type: 'guide',
x: 8.5, x: 9.5,
y: 5, y: 5,
w: 3.5, w: 2.5,
h: 5, h: 7,
}, },
] ]