diff --git a/openmetadata-ui/src/main/resources/ui/src/assets/img/lineage.png b/openmetadata-ui/src/main/resources/ui/src/assets/img/lineage.png new file mode 100644 index 00000000000..8377d6b1e0e Binary files /dev/null and b/openmetadata-ui/src/main/resources/ui/src/assets/img/lineage.png differ diff --git a/openmetadata-ui/src/main/resources/ui/src/assets/img/screenShot1.png b/openmetadata-ui/src/main/resources/ui/src/assets/img/screenShot1.png new file mode 100644 index 00000000000..e26fbf4e353 Binary files /dev/null and b/openmetadata-ui/src/main/resources/ui/src/assets/img/screenShot1.png differ diff --git a/openmetadata-ui/src/main/resources/ui/src/assets/img/screenShot2.png b/openmetadata-ui/src/main/resources/ui/src/assets/img/screenShot2.png new file mode 100644 index 00000000000..04905076913 Binary files /dev/null and b/openmetadata-ui/src/main/resources/ui/src/assets/img/screenShot2.png differ diff --git a/openmetadata-ui/src/main/resources/ui/src/assets/img/screenShot3.png b/openmetadata-ui/src/main/resources/ui/src/assets/img/screenShot3.png new file mode 100644 index 00000000000..0a0411ba2bc Binary files /dev/null and b/openmetadata-ui/src/main/resources/ui/src/assets/img/screenShot3.png differ diff --git a/openmetadata-ui/src/main/resources/ui/src/assets/img/screenShot4.png b/openmetadata-ui/src/main/resources/ui/src/assets/img/screenShot4.png new file mode 100644 index 00000000000..132630702cd Binary files /dev/null and b/openmetadata-ui/src/main/resources/ui/src/assets/img/screenShot4.png differ diff --git a/openmetadata-ui/src/main/resources/ui/src/constants/login.const.ts b/openmetadata-ui/src/main/resources/ui/src/constants/login.const.ts index 3a6b805d2c2..94924cd4389 100644 --- a/openmetadata-ui/src/main/resources/ui/src/constants/login.const.ts +++ b/openmetadata-ui/src/main/resources/ui/src/constants/login.const.ts @@ -11,10 +11,11 @@ * limitations under the License. */ -import screenShot2 from '../assets/img/ss-explore.png'; -import screenShot1 from '../assets/img/ss-landing.png'; -import screenShot3 from '../assets/img/ss-table-details.png'; -import screenShot4 from '../assets/img/ss-users.png'; +import lineage from '../assets/img/lineage.png'; +import screenShot2 from '../assets/img/screenShot1.png'; +import screenShot1 from '../assets/img/screenShot2.png'; +import screenShot3 from '../assets/img/screenShot3.png'; +import screenShot4 from '../assets/img/screenShot4.png'; export const LOGIN_SLIDE = [ { @@ -36,6 +37,11 @@ export const LOGIN_SLIDE = [ description: 'Fosters Collaboration among the Producers and Consumers of Data', }, + { + image: lineage, + description: + 'Supports column level lineage from pipelines, DBT, query analysis, and so on.', + }, ]; export const LOGIN_SLIDER_SETTINGS = {