Skip to content

Commit 1f2deea

Browse files
committed
Merge branch 'main' into web-performance
2 parents 434de4e + 3a1216e commit 1f2deea

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

constants/homePage.constants.tsx

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { ReactComponent as DeploymentIcon } from "../images/icons/deploymentTile.svg";
2-
import { ReactComponent as KnowledgeBaseIcon } from "../images/icons/knowledge.svg";
3-
import { ReactComponent as SaasIcon } from "../images/icons/saas.svg";
1+
import {ReactComponent as DeploymentIcon} from "../images/icons/deploymentTile.svg";
2+
import {ReactComponent as KnowledgeBaseIcon} from "../images/icons/knowledge.svg";
3+
import {ReactComponent as SaasIcon} from "../images/icons/saas.svg";
44

55
export const HOME_PAGE_BANNER_INFO = {
66
title: "OpenMetadata Documentation",
@@ -82,18 +82,33 @@ export const BLOGS_INFO = [
8282
title: "OpenMetadata Release 1.3",
8383
text: "Intuitive Lineage UI, Data Observability Alerts, Data Quality Incident Manager, Custom Metrics for Profiler, Knowledge Center Improvements, and lots more",
8484
link: "https://blog.open-metadata.org/openmetadata-release-1-3-ac801834ee80",
85-
image: <img src="./blogs/openmetadata-1.3.0-release.png" />,
85+
image: (
86+
<img
87+
src="./blogs/openmetadata-1.3.0-release.png"
88+
alt="openmetadata-1.3.0-release"
89+
/>
90+
),
8691
},
8792
{
8893
title: "Leveraging the Power of OpenMetadata Data Quality Framework",
8994
text: "OpenMetadata offers the possibility to execute data quality tests directly from the UI, making it a powerful tool for everyone in the company.",
9095
link: "https://blog.open-metadata.org/leveraging-the-power-of-openmetadata-data-quality-framework-385ba2d8eaf",
91-
image: <img src="./blogs/simple-easy-data-quality.png" />,
96+
image: (
97+
<img
98+
src="./blogs/simple-easy-data-quality.png"
99+
alt="simple-easy-data-quality"
100+
/>
101+
),
92102
},
93103
{
94104
title: "OpenMetadata Release 1.2",
95105
text: "Domains, Data Products, Search Index, Stored Procedures, Glossary Approval Workflow, Customizable Landing Page, Applications, Knowledge Center, Cost Analysis, and lots more",
96106
link: "https://blog.open-metadata.org/openmetadata-release-1-2-531f0e3c6d9a",
97-
image: <img src="./blogs/openmetadata-1.2.0-release.png" />,
107+
image: (
108+
<img
109+
src="./blogs/openmetadata-1.2.0-release.png"
110+
alt="openmetadata-1.2.0-release"
111+
/>
112+
),
98113
},
99114
];

0 commit comments

Comments
 (0)