Skip to content

Commit

Permalink
Bump font size up on heal-support component
Browse files Browse the repository at this point in the history
  • Loading branch information
frostyfan109 committed Sep 18, 2023
1 parent 5d7f4b8 commit d169bd1
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions src/views/support.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,24 @@ const Documentation = () =>
const HEALSupport = () =>
<Fragment>
<Title level={1}>Need Help?</Title>
<Typography>To report a bug, request technical assistance, submit user feedback, or submit a different request, visit our Help Portal.</Typography>
<ul>
<li><a href="http://bit.ly/HEALSemanticSearch_Help" target="_blank" rel="noopener noreferrer"><b>Help Portal</b></a></li>
</ul>

<Title level={1}>Documentation</Title>
<Typography>
Our documentation is designed to help guide you through your first steps with HEAL Semantic Search.
We encourage you to get started with these introductory materials.
</Typography>
<ul>
<li><b>User Guide</b> (in development)</li>
<li><b>FAQs</b> (in development)</li>
</ul>
<div style={{ fontSize: 15 }}>
<Typography>To report a bug, request technical assistance, submit user feedback, or submit a different request, visit our Help Portal.</Typography>
<ul>
<li><a href="http://bit.ly/HEALSemanticSearch_Help" target="_blank" rel="noopener noreferrer"><b>Help Portal</b></a></li>
</ul>
</div>

<Title level={1} style={{ marginTop: 16 }}>Documentation</Title>
<div style={{ fontSize: 15 }}>
<Typography>
Our documentation is designed to help guide you through your first steps with HEAL Semantic Search.
We encourage you to get started with these introductory materials.
</Typography>
<ul>
<li><b>User Guide</b> (in development)</li>
<li><b>FAQs</b> (in development)</li>
</ul>
</div>
</Fragment>

export const SupportView = () => {
Expand Down

0 comments on commit d169bd1

Please sign in to comment.