Skip to content

Commit 778fd4f

Browse files
committed
chore: update first-time legacy message
1 parent 61da77a commit 778fd4f

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

client/src/features/dashboard/components/ProjectsDashboard.tsx

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ import ListBarSession from "../../../components/list/ListBarSessions";
3535
import { SortingOptions } from "../../../components/sortingEntities/SortingEntities";
3636
import { Notebook } from "../../../notebooks/components/session.types";
3737
import { urlMap } from "../../../project/list/ProjectList.container";
38-
import { Docs } from "../../../utils/constants/Docs";
3938
import AppContext from "../../../utils/context/appContext";
4039
import useAppDispatch from "../../../utils/customHooks/useAppDispatch.hook";
4140
import useAppSelector from "../../../utils/customHooks/useAppSelector.hook";
@@ -80,36 +79,36 @@ function ProjectAlert({ total }: ProjectAlertProps) {
8079
<strong>You do not have any projects yet.</strong>
8180
</h3>
8281
<p>
83-
If you are here for your first time, we recommend you go to through
84-
our{" "}
82+
You are accessing the "legacy" version of Renku. If you are here for
83+
your first time, we recommend you go to{" "}
8584
<ExternalLink
8685
role="text"
87-
title="tutorial"
86+
title="Renku 2.0"
8887
className="fw-bold"
89-
url={Docs.READ_THE_DOCS_TUTORIALS_STARTING}
88+
url={"/"}
9089
/>
91-
. You can also{" "}
90+
, and follow the{" "}
9291
<ExternalLink
9392
role="text"
94-
title="create a new project"
95-
url="/v1/projects/new"
93+
title="hands-on tutorial"
94+
url="https://renku.notion.site/Hands-On-Tutorial-1a50df2efafc800f8554e30fd7458fa6"
9695
className="fw-bold"
9796
/>
98-
,{" "}
97+
. You may also{" "}
9998
<ExternalLink
10099
role="text"
101100
title="explore other projects"
102-
url="/v1/search"
101+
url="/search"
103102
className="fw-bold"
104103
/>{" "}
105-
or{" "}
104+
or learn more about Renku features in our{" "}
106105
<ExternalLink
107106
role="text"
108-
title="search"
109-
url="/v1/search"
107+
title="Community Portal"
108+
url="https://renku.notion.site/Renku-Community-Portal-2a154d7d30b24ab8a5968c60c2592d87"
110109
className="fw-bold"
111110
/>{" "}
112-
for a specific project or dataset.
111+
.
113112
</p>
114113
</div>
115114
</InfoAlert>

0 commit comments

Comments
 (0)