Skip to content
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

Merged
merged 7 commits into from
Jun 4, 2024
Merged

Update links to trisa.dev #1170

merged 7 commits into from
Jun 4, 2024

Conversation

daniellemaxwell
Copy link
Collaborator

@daniellemaxwell daniellemaxwell commented Jun 4, 2024

Scope of changes

This PR replaces trisa.io links with trisa.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

  • bug fix
  • new feature
  • documentation
  • other (describe)

Acceptance criteria

https://www.awesomescreenshot.com/video/28316291?key=5c0ad8034af68de44f25fd8684e47a82

Author checklist

  • I have manually tested the change and/or added automation in the form of unit tests or integration tests
  • I have updated the dependencies list
  • I have recompiled and included new protocol buffers to reflect changes I made
  • I have added new test fixtures as needed to support added tests
  • Check this box if a reviewer can merge this pull request after approval (leave it unchecked if you want to do it yourself)
  • I have moved the associated Shortcut story to "Ready for Review"

Reviewer(s) checklist

  • Any new user-facing content that has been added for this PR has been QA'ed to ensure correct grammar, spelling, and understandability.

@@ -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">
Copy link
Collaborator Author

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.

Copy link
Collaborator

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"
Copy link
Collaborator Author

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?

Copy link
Collaborator

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"
Copy link
Collaborator

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">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good to me!

@daniellemaxwell daniellemaxwell merged commit a6413a5 into main Jun 4, 2024
15 checks passed
@daniellemaxwell daniellemaxwell deleted the sc-25773 branch June 4, 2024 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants