fix(docs): fix the subtitle on the slack page (#9781)

This commit is contained in:
Hyejin Yoon 2024-02-07 14:12:00 +09:00 committed by GitHub
parent e1c8ac7320
commit e6d706687a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,7 @@ function SlackSurvey() {
<div className="container">
<div className="hero__content">
<h1>Join the DataHub Slack Community!</h1>
<div style={{ fontSize: "18px" }}>We will send the link to join our Slack community to your email.</div>
<div style={{ fontSize: "18px" }}>We'd love to find out a little more about you!</div>
<div id="hubspotForm" style={{ width: "50%", margin: "3rem auto"}}></div>
</div>
</div>