@@ -20,15 +20,13 @@ import { Folder, People, PlayCircle, PlusLg } from "react-bootstrap-icons";
2020import { Link } from "react-router-dom-v5-compat" ;
2121import { Card , CardBody , CardHeader , Col , ListGroup , Row } from "reactstrap" ;
2222
23- import { WarnAlert } from "../../components/Alert" ;
2423import { RtkOrNotebooksError } from "../../components/errors/RtkErrorAlert" ;
2524import { ExternalLink } from "../../components/ExternalLinks" ;
2625import { Loader } from "../../components/Loader" ;
2726import {
2827 useGetGroupsQuery ,
2928 useGetProjectsQuery ,
3029} from "../projectsV2/api/projectV2.enhanced-api" ;
31- import BackToV1Button from "../projectsV2/shared/BackToV1Button" ;
3230import GroupShortHandDisplay from "../projectsV2/show/GroupShortHandDisplay" ;
3331import ProjectShortHandDisplay from "../projectsV2/show/ProjectShortHandDisplay" ;
3432import 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