Skip to content

Commit d3245c2

Browse files
authored
chore: remove Renku 2.0 beta warning alert from dashboard (#3357)
1 parent 2fada64 commit d3245c2

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

client/src/features/dashboardV2/DashboardV2.tsx

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,13 @@ import { Folder, People, PlayCircle, PlusLg } from "react-bootstrap-icons";
2020
import { Link } from "react-router-dom-v5-compat";
2121
import { Card, CardBody, CardHeader, Col, ListGroup, Row } from "reactstrap";
2222

23-
import { WarnAlert } from "../../components/Alert";
2423
import { RtkOrNotebooksError } from "../../components/errors/RtkErrorAlert";
2524
import { ExternalLink } from "../../components/ExternalLinks";
2625
import { Loader } from "../../components/Loader";
2726
import {
2827
useGetGroupsQuery,
2928
useGetProjectsQuery,
3029
} from "../projectsV2/api/projectV2.enhanced-api";
31-
import BackToV1Button from "../projectsV2/shared/BackToV1Button";
3230
import GroupShortHandDisplay from "../projectsV2/show/GroupShortHandDisplay";
3331
import ProjectShortHandDisplay from "../projectsV2/show/ProjectShortHandDisplay";
3432
import DashboardV2Sessions from "./DashboardV2Sessions";
@@ -66,7 +64,7 @@ function DashboardWelcome() {
6664
</Row>
6765
<Row>
6866
<Col>
69-
<p className="text-center">
67+
<p className={cx("text-center", "mb-0")}>
7068
<b>Learn more about Renku 2.0</b> on our{" "}
7169
<ExternalLink
7270
url="https://blog.renkulab.io/renku-2/"
@@ -86,20 +84,6 @@ function DashboardWelcome() {
8684
</p>
8785
</Col>
8886
</Row>
89-
<Row>
90-
<Col>
91-
<WarnAlert className="mb-0" timeout={0} dismissible={false}>
92-
<p className="fw-bold">
93-
Do not do any important work in the Renku 2.0 beta preview!
94-
</p>
95-
<p className={cx("mb-0", "pb-0")}>
96-
The beta is for testing only. We do not guarantee saving and
97-
persisting work in the beta. You can go{" "}
98-
<BackToV1Button color="warning" /> at any time.
99-
</p>
100-
</WarnAlert>
101-
</Col>
102-
</Row>
10387
</div>
10488
);
10589
}

0 commit comments

Comments
 (0)