Skip to content

Commit

Permalink
Drop incorrect "lastVersion" (no longer needed). (#213)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Hallgren <[email protected]>
  • Loading branch information
thallgren authored Sep 30, 2024
1 parent 8a2cdc2 commit 47e216f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ import {Theme} from "@mui/material";
import styled from "@mui/material/styles/styled";

const HomePage: React.FC = () => {
const latestVersion = "2.20";

const getStarted = (
<Button
variant="contained"
href={`/docs/${latestVersion}/quick-start/`}
href={`/docs/quick-start/`}
sx={{
marginY: "4em",
lineHeight: "2.5",
Expand Down Expand Up @@ -198,7 +196,7 @@ const HomePage: React.FC = () => {
)}
<Typography variant="body1">
To find out more about the Telepresence Architecture, check out
the {link("docs", `/docs/${latestVersion}/reference/architecture/`)} or
the {link("docs", `/docs/reference/architecture/`)} or
join us in the #telepresence-oss channel on
the {link("CNCF Slack", "https://slack.cncf.io/")}.
</Typography>
Expand Down

0 comments on commit 47e216f

Please sign in to comment.