Skip to content

Commit

Permalink
fix(datahub-flow-diagram): add missing image for onboarding tour (#9783)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav2733 authored Feb 6, 2024
1 parent a3ef587 commit 92850ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import React from 'react';
import { Image, Typography } from 'antd';
import { OnboardingStep } from '../OnboardingStep';
import { ANTD_GRAY } from '../../entity/shared/constants';
import dataHubFlowDiagram from '../../../images/datahub-flow-diagram-light.png';

export const GLOBAL_WELCOME_TO_DATAHUB_ID = 'global-welcome-to-datahub';
export const HOME_PAGE_INGESTION_ID = 'home-page-ingestion';
Expand All @@ -20,7 +21,7 @@ export const HomePageOnboardingConfig: OnboardingStep[] = [
height={184}
width={500}
style={{ marginLeft: '50px' }}
src="https://datahubproject.io/assets/ideal-img/datahub-flow-diagram-light.5ce651b.1600.png"
src={dataHubFlowDiagram}
/>
<Typography.Title level={3}>Welcome to DataHub! 👋</Typography.Title>
<Typography.Paragraph style={{ lineHeight: '22px' }}>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 92850ac

Please sign in to comment.