Skip to content

Commit

Permalink
fix(docs): fix the subtitle on the slack page (datahub-project#9781)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonhyejin authored Feb 7, 2024
1 parent e1c8ac7 commit e6d7066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-website/src/pages/slack/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit e6d7066

Please sign in to comment.