<Box style={['w-full', { marginTop: '70px' }]}>
<RecentDashboards
className={['mb-8', { margin: '1px 2px 3px 4px', paddingLeft: '5px' }]}
columnCount={COLUMN_COUNT}
refetchSavedDashboard={refetchSavedDashboard}
/>
<SuggestedDashboards columnCount={COLUMN_COUNT} refetchSavedDashboard={refetchSavedDashboard} />
</Box>;