Skip to content

Commit

Permalink
fix(navbar): WMG link (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
tihuan authored Sep 16, 2022
1 parent e1c8fc4 commit 050e1f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/__tests__/e2e/__snapshots__/e2e.test.ts.snap

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/configuration/webpack/SUPPORTED_BROWSERS_REGEX.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/src/components/NavBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const Header = (props: HeaderProps) => {
active={false}
href={ROUTES.WHERE_IS_MY_GENE}
minimal
text="scExpression"
text="Gene Expression"
onClick={handleWMGClick}
/>
<BetaChip label="Beta" size="small" />
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/NavBar/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export enum ROUTES {
TOS = "/tos/",
PRIVACY = "/privacy/",
PREVIEW_POLICIES = "/previewpolicies/",
WHERE_IS_MY_GENE = "/scExpression",
WHERE_IS_MY_GENE = "/gene-expression",
DOCS = "/docs",
}

0 comments on commit 050e1f3

Please sign in to comment.