Skip to content

Commit

Permalink
style: Fix yarnlint
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonhyejin committed Jul 25, 2024
1 parent 2ce85cb commit bccf7f3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs-website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ function Home() {
description="DataHub is a data discovery application built on an extensible data catalog that helps you tame the complexity of diverse data ecosystems."
>
<Hero />
<div style={{ backgroundColor: 'var(--ifm-background-surface-color)' }}>
<div style={{ backgroundColor: "var(--ifm-background-surface-color)" }}>
<CompanyLogos />
<div style={{ textAlign: "center", margin: "1rem" }}>
<Link
className="button button--secondary button--md"
to={useBaseUrl("docs/what-is-datahub/customer-stories")}
>
Check Out Adoption Stories →
</Link>
</div>
<Link
className="button button--secondary button--md"
to={useBaseUrl("docs/what-is-datahub/customer-stories")}
>
Check Out Adoption Stories →
</Link>
</div>
</div>
<QuickstartContent />
<Features />
Expand Down

0 comments on commit bccf7f3

Please sign in to comment.