Skip to content

Commit 06a6a37

Browse files
committed
Change app.graphcms.com to app.hygraph.com
1 parent e4e2e7a commit 06a6a37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/layouts/demo/components/DemoNav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ const DemoNav: React.FunctionComponent<Props> = () => {
339339
>
340340
<NavLink
341341
id={'nav-link-admin-site'}
342-
href={`https://app.graphcms.com/b767f8ab435746e2909249461e2f1eb7/master`}
342+
href={`https://app.hygraph.com/b767f8ab435746e2909249461e2f1eb7/master`}
343343
target={'_blank'}
344344
rel={'noopener'}
345345
onClick={(): void => {

src/layouts/demo/components/ExternalFeaturesSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const ExternalFeaturesSection: React.FunctionComponent<Props> = (props): JSX.Ele
5555
</Alert>
5656

5757
<div className={'buttons'}>
58-
<ExternalLink href={'https://app.graphcms.com/b767f8ab435746e2909249461e2f1eb7/master'}>
58+
<ExternalLink href={'https://app.hygraph.com/b767f8ab435746e2909249461e2f1eb7/master'}>
5959
<Btn mode={'primary-outline'}>Go to GraphCMS</Btn>
6060
</ExternalLink>
6161
</div>

0 commit comments

Comments
 (0)