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