Issue 581 - Minor fix (#703)

* Added Github and slack join buttons to welcome modal, refactored appbar URLs to constants

* Addressing changes

* Minor fix
This commit is contained in:
darth-coder00 2021-10-07 23:55:50 +05:30 committed by GitHub
parent d455409cc9
commit 28e1d2977b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@ export const FirstTimeUserModal: FunctionComponent<Props> = ({
<a href={urlGithubRepo} rel="noopener noreferrer" target="_blank">
<button className="tw-welcome-button tw-text-grey-body tw-mr-4">
<SVGIcons alt="Github Logo" icon={Icons.GITHUB_ICON} width="16" />
<span className="tw-ml-3">Start us on Github</span>
<span className="tw-ml-3">Star us on Github</span>
</button>
</a>
<a href={urlJoinSlack} rel="noopener noreferrer" target="_blank">