Skip to content

Commit

Permalink
Change app.graphcms.com to app.hygraph.com
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed Jan 23, 2023
1 parent e4e2e7a commit 06a6a37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/layouts/demo/components/DemoNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ const DemoNav: React.FunctionComponent<Props> = () => {
>
<NavLink
id={'nav-link-admin-site'}
href={`https://app.graphcms.com/b767f8ab435746e2909249461e2f1eb7/master`}
href={`https://app.hygraph.com/b767f8ab435746e2909249461e2f1eb7/master`}
target={'_blank'}
rel={'noopener'}
onClick={(): void => {
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/demo/components/ExternalFeaturesSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const ExternalFeaturesSection: React.FunctionComponent<Props> = (props): JSX.Ele
</Alert>

<div className={'buttons'}>
<ExternalLink href={'https://app.graphcms.com/b767f8ab435746e2909249461e2f1eb7/master'}>
<ExternalLink href={'https://app.hygraph.com/b767f8ab435746e2909249461e2f1eb7/master'}>
<Btn mode={'primary-outline'}>Go to GraphCMS</Btn>
</ExternalLink>
</div>
Expand Down

0 comments on commit 06a6a37

Please sign in to comment.