|
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"; |
4 | 4 |
|
5 | 5 | export const HOME_PAGE_BANNER_INFO = { |
6 | 6 | title: "OpenMetadata Documentation", |
@@ -82,18 +82,33 @@ export const BLOGS_INFO = [ |
82 | 82 | title: "OpenMetadata Release 1.3", |
83 | 83 | text: "Intuitive Lineage UI, Data Observability Alerts, Data Quality Incident Manager, Custom Metrics for Profiler, Knowledge Center Improvements, and lots more", |
84 | 84 | 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 | + ), |
86 | 91 | }, |
87 | 92 | { |
88 | 93 | title: "Leveraging the Power of OpenMetadata Data Quality Framework", |
89 | 94 | text: "OpenMetadata offers the possibility to execute data quality tests directly from the UI, making it a powerful tool for everyone in the company.", |
90 | 95 | 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 | + ), |
92 | 102 | }, |
93 | 103 | { |
94 | 104 | title: "OpenMetadata Release 1.2", |
95 | 105 | text: "Domains, Data Products, Search Index, Stored Procedures, Glossary Approval Workflow, Customizable Landing Page, Applications, Knowledge Center, Cost Analysis, and lots more", |
96 | 106 | 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 | + ), |
98 | 113 | }, |
99 | 114 | ]; |
0 commit comments