Skip to content

Commit

Permalink
welcome viewlet support text fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rrmerugu committed Jun 2, 2021
1 parent 87db720 commit c3db067
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/web/viewlets/welcome/welcome.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ export default class Welcome extends DefaultRemoteComponent {
href={"https://docs.invana.io"} target={"_new"}>
Documentation <FontAwesomeIcon icon={faExternalLinkSquareAlt}/>
</a>
<p className={"mt-3 text-muted"}>For support, visit
<a target={"_new"} href={STUDIO_SETTINGS.SUPPORT_URL}>
{STUDIO_SETTINGS.SUPPORT_URL}
</a>
<p className={"mt-3 text-muted"}>For support, visit <a target={"_new"}
href={STUDIO_SETTINGS.SUPPORT_URL}>
{STUDIO_SETTINGS.SUPPORT_URL}
</a>
</p>
</Col>
<Col md={"7"}>
Expand Down

0 comments on commit c3db067

Please sign in to comment.