Skip to content

Commit 619a8e3

Browse files
jldecroboquat
jldec
authored andcommitted
[dashboard] Teams and Project Beta footer and link to examples
1 parent 14a5405 commit 619a8e3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

components/dashboard/src/projects/NewProject.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,9 @@ export default function NewProject() {
308308
)}
309309
</div>
310310
)}
311+
<p className="text-left w-full mt-12 text-gray-500">
312+
<strong>Teams &amp; Projects</strong> are currently in Beta. <a href="https://github.com/gitpod-io/gitpod/issues/5095" target="gitpod-feedback-issue" rel="noopener" className="gp-link">Send feedback</a> or open a <a href="/workspaces" className="gp-link">New Workspace</a> with an example repository.
313+
</p>
311314
</>
312315
);
313316

components/dashboard/src/teams/NewTeam.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,8 @@ export default function () {
4545
<button className="secondary" onClick={() => history.push('/')}>Cancel</button>
4646
</div>
4747
</form>
48+
<p className="text-center w-full mt-12 text-gray-500">
49+
<strong>Teams &amp; Projects</strong> are currently in Beta. <a href="https://github.com/gitpod-io/gitpod/issues/5095" target="gitpod-feedback-issue" rel="noopener" className="gp-link">Send feedback</a>
50+
</p>
4851
</div>;
4952
}

0 commit comments

Comments
 (0)