-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update banner and compliance page copy #1172
Conversation
@@ -14,8 +14,8 @@ const LandingBanner = () => { | |||
<AlertIcon/> | |||
<AlertDescription fontWeight={'semibold'}> | |||
<Link href="https://calendar.app.google/FBg7GTmgDfeMbUMT9" isExternal> | |||
<Trans id="Schedule a demo to learn about TRISA's open source self-hosted solution for cost-effective Travel Rule compliance."> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The id isn't required to extract the text to a .po
file for translation, so it has been remove here and in the other component file.
</Line> | ||
<Line title={t`3rd Party Travel Rule Providers`}> | ||
<UnorderedList color={'#1F4CED'}> | ||
<Box pt={4}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This differs from the Figma design as the table component extended outside the container even with a max width set. I attempted a grid with 3 columns, but then ran into an issue with some of the text inside a grid item aligning in the center although a text align style had not been applied.
const originalRequest = error?.config; | ||
originalRequest._retry = originalRequest?._retry || 0; | ||
// | ||
if (originalRequest) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will hopefully resolve an undefined error since adding optional chaining (?.)
didn't work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good @daniellemaxwell!
Scope of changes
Integrate & Comply
page.Note:
.po
files and a snapshot have also been updated. These do not require a review as they are automatically generated.Comply page Figma design
Type of change
Acceptance criteria
https://www.awesomescreenshot.com/video/28968107?key=40bfeefbc59f8d9919841e6957404e18
Author checklist
Reviewer(s) checklist