Skip to content

Commit 0593e23

Browse files
docs: small update to homepage (#8483)
Co-authored-by: Chris Collins <[email protected]>
1 parent d8b2397 commit 0593e23

File tree

1 file changed

+5
-2
lines changed
  • docs-website/src/pages/_components/Hero

1 file changed

+5
-2
lines changed

docs-website/src/pages/_components/Hero/index.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,14 @@ const Hero = ({}) => {
2727
{/* HeroAnnouncement goes here */}
2828
<div className="hero__content">
2929
<div>
30-
<h1 className="hero__title">The #1 Open Source Data Catalog</h1>
30+
<h1 className="hero__title">The #1 Open Source Metadata Platform</h1>
3131
<p className="hero__subtitle">
32-
DataHub's extensible metadata platform enables data discovery, data observability and federated governance that helps tame the
32+
DataHub is an extensible metadata platform that enables data discovery, data observability and federated governance to help tame the
3333
complexity of your data ecosystem.
3434
</p>
35+
<p className="hero__subtitle">
36+
Built with ❤️ by <img src="https://datahubproject.io/img/acryl-logo-light-mark.png" style={{'vertical-align': 'text-top;'}} width="25"/> <a href="https://acryldata.io" target="blank" rel="noopener noreferrer">Acryl Data</a> and <img src="https://datahubproject.io/img/LI-In-Bug.png" width="25"/> LinkedIn.
37+
</p>
3538
<Link className="button button--primary button--md" to={useBaseUrl("docs/")}>
3639
Get Started →
3740
</Link>

0 commit comments

Comments
 (0)