-
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 links to trisa.dev #1170
Conversation
@@ -75,7 +75,7 @@ const LandingHeader = (props: FlexProps): JSX.Element => { | |||
<Stack pr={2}> | |||
<LanguagesDropdown /> | |||
</Stack> | |||
<MenuItem to="https://trisa.io" data-testid="about"> | |||
<MenuItem to="https://trisa.dev/reference/faq/index.html" data-testid="about"> |
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.
I thought navigating users to the FAQ page where links say About TRISA
or something similar would be helpful so that they won't have to spend much time navigating trisa.dev
to find what they're looking for.
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.
Sounds good to me!
@@ -125,7 +125,7 @@ const JoinUsSection: React.FC = () => { | |||
border="2px solid #fff" | |||
_hover={{ bg: '#24a9df' }} | |||
as="a" | |||
href="https://trisa.io/members/" | |||
href="https://trisa.dev" |
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.
Should we continue to display the info about a member list or temporarily hide it until we're able to show the list again?
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.
Let's temporarily hide it.
@@ -125,7 +125,7 @@ const JoinUsSection: React.FC = () => { | |||
border="2px solid #fff" | |||
_hover={{ bg: '#24a9df' }} | |||
as="a" | |||
href="https://trisa.io/members/" | |||
href="https://trisa.dev" |
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.
Let's temporarily hide it.
@@ -75,7 +75,7 @@ const LandingHeader = (props: FlexProps): JSX.Element => { | |||
<Stack pr={2}> | |||
<LanguagesDropdown /> | |||
</Stack> | |||
<MenuItem to="https://trisa.io" data-testid="about"> | |||
<MenuItem to="https://trisa.dev/reference/faq/index.html" data-testid="about"> |
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.
Sounds good to me!
Scope of changes
This PR replaces
trisa.io
links withtrisa.dev
, updates the support email address, and updates the footer copy.The changes required an update to a test, so all snapshot (.snap) files included here don't need to be reviewed. Also, the
.po
files have also been updated and those also won't require a review.Type of change
Acceptance criteria
https://www.awesomescreenshot.com/video/28316291?key=5c0ad8034af68de44f25fd8684e47a82
Author checklist
Reviewer(s) checklist