Skip to content

Commit

Permalink
Rename feedback button
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfdsilva committed Sep 13, 2023
1 parent 5ddd5b3 commit 1848435
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/scripts/components/common/google-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function GoogleForm() {
onClick={show}
style={{ color: 'white' }}
>
Feedback
Contact Us
</ButtonAsNavLink>
<Modal
id='modal'
Expand Down
3 changes: 1 addition & 2 deletions app/scripts/components/common/page-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -427,15 +427,14 @@ function PageHeader() {
<GlobalMenuLink
as='a'
target='_blank'
rel='noopener'
rel='noopener'
href={process.env.HUB_URL}
onClick={closeNavOnClick}
>
{process.env.HUB_NAME}
</GlobalMenuLink>
</li>
)}

</GlobalMenu>
</SectionsNavBlock>
<SectionsNavBlock>
Expand Down

0 comments on commit 1848435

Please sign in to comment.