Skip to content

Commit

Permalink
chore: #830 Update description text (#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
trankhacvy authored Apr 21, 2020
1 parent fb77bc9 commit 2e614a2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ export const options: SelectOption[] = [
{
value: 'Property',
label: 'Property',
description: 'launched for a specific property from Agency Cloud. ',
description: 'launched for a specific property from Agency Cloud',
link: 'https://foundations-documentation.reapit.cloud/api/desktop-api#property-1',
},
{
value: 'Applicant',
label: 'Applicant',
description: 'launched for a specific applicant from Agency Cloud.',
description: 'launched for a specific applicant from Agency Cloud',
link: 'https://foundations-documentation.reapit.cloud/api/desktop-api#applicant',
},
{
value: 'idCheck',
label: 'Id Check',
description: 'Replace the ID Check screen in Agency Cloud.',
description: 'Replace the ID Check screen in Agency Cloud',
link: 'https://foundations-documentation.reapit.cloud/api/desktop-api#id-check',
},
]
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports[`CustomTag should match a snapshot 1`] = `
>
The type of Property will be given to an application that can be launched for a
specific property from Agency Cloud.
.
<span>
For more information on
<b>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ export const CustomTag: React.FC<CustomTagProps> = ({ label, description, link,
placement="bottomLeft"
overlay={
<span className="reapit-tooltip-content">
{description}{' '}
{description}
{'. '}
{link && (
<span>
For more information on <b>{label}</b>, please{' '}
Expand Down

0 comments on commit 2e614a2

Please sign in to comment.