Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Fix plurals, change header #1033

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/InfoCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ const InfoCard: React.SFC<{}> = () => (
<Link to="/docs/" className="btn">Gitpod Docs</Link>
</div>
<div className="info">
<h2 className="h3">Do You Need Help?</h2>
<p>If you have any question, issue or feedback, please get in touch. We love to hear your feedback and help you out.</p>
<h2 className="h3">Need help?</h2>
<p>If you have any questions, issues or feedback, please get in touch. We love to hear your feedback and help you out.</p>
<Link to="/contact/" title="Contact">
<img alt="Mail Logo" src={Mail} />
</Link>
Expand Down