Skip to content

Commit

Permalink
Merge pull request #997 from ChainSafe/stage
Browse files Browse the repository at this point in the history
Release hotfix to PROD
  • Loading branch information
FSM1 authored Apr 27, 2021
2 parents 9d7d8b1 + 00dcb17 commit d3fb1b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ const useStyles = makeStyles(
alignItems: "center",
height: `calc(100vh - ${constants.headerHeight}px)`,
"& > img": {
width: "70%",
maxHeight: "100%",
maxHeight: "60%",
[breakpoints.down('md')]:{
width: "90%",
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ const AuthenticationFactors = ({ goToComplete, goToMnemonic, goToPassword, goToS
<Typography className={classes.subText}>
<Trans>Files uses device backups to save your browser.</Trans>{" "}
<a
href={ROUTE_LINKS.Terms}
href={ROUTE_LINKS.ApplyCryptography}
rel="noopener noreferrer"
target="_blank"
><Trans>Learn more</Trans></a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import PasswordKeyPNG from "../../../Media/landing/layers/password-key.png"
import PeacefulSuccotashPNG from "../../../Media/landing/layers/peaceful-succotash.png"
import { Trans } from "@lingui/macro"
import clsx from "clsx"
import { ROUTE_LINKS } from "../../FilesRoutes"

const useStyles = makeStyles(
({ constants, breakpoints, typography }: CSFTheme) =>
Expand Down Expand Up @@ -135,7 +136,7 @@ const ConciseExplainer: React.FC<IConciseExplainerProps> = ({ className, onConti
<a
target="_blank"
rel="noopener noreferrer"
href="https://chainsafe.io/"
href={ROUTE_LINKS.ApplyCryptography}
>
<Trans>
Learn more
Expand Down

0 comments on commit d3fb1b1

Please sign in to comment.