App: Fix coming soon link order (#49862)

This commit is contained in:
Philipp Spiess 2023-03-22 18:51:01 +00:00 committed by GitHub
parent 5e9f1f8c81
commit f2b84d90d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ export const AppComingSoonPage: React.FC = () => {
inside your editor. Cody knows about your local code and can learn from all the code and
documentation inside your organization.
</Text>
<Link className={styles.link} to="/help/own" target="_blank" rel="noopener">
<Link className={styles.link} to="/help/cody" target="_blank" rel="noopener">
Learn more <Icon role="img" aria-label="Open in a new tab" svgPath={mdiChevronRight} />
</Link>
</div>
@ -81,7 +81,7 @@ export const AppComingSoonPage: React.FC = () => {
Escalate in one click. Dont waste time emailing around to find who can help. Fast
collaboration, fast remediation.
</Text>
<Link className={styles.link} to="/help/cody" target="_blank" rel="noopener">
<Link className={styles.link} to="/help/own" target="_blank" rel="noopener">
Learn more <Icon role="img" aria-label="Open in a new tab" svgPath={mdiChevronRight} />
</Link>
</div>