From 37f5e1bdcc804124d4ea49f5d11aa341948f2e76 Mon Sep 17 00:00:00 2001 From: jldec Date: Thu, 28 Oct 2021 16:39:11 +0100 Subject: [PATCH] [dashboard] Teams and Project Beta footer and link to examples --- components/dashboard/src/projects/NewProject.tsx | 3 +++ components/dashboard/src/teams/NewTeam.tsx | 3 +++ 2 files changed, 6 insertions(+) diff --git a/components/dashboard/src/projects/NewProject.tsx b/components/dashboard/src/projects/NewProject.tsx index c363ff1fefb49b..2ee447b42bc06a 100644 --- a/components/dashboard/src/projects/NewProject.tsx +++ b/components/dashboard/src/projects/NewProject.tsx @@ -308,6 +308,9 @@ export default function NewProject() { )} )} +

+ Teams & Projects are currently in Beta. Send feedback or open a New Workspace with an example repository. +

); diff --git a/components/dashboard/src/teams/NewTeam.tsx b/components/dashboard/src/teams/NewTeam.tsx index 8b963e46ede7b2..5e8743be77a899 100644 --- a/components/dashboard/src/teams/NewTeam.tsx +++ b/components/dashboard/src/teams/NewTeam.tsx @@ -45,5 +45,8 @@ export default function () { +

+ Teams & Projects are currently in Beta. Send feedback +

; } \ No newline at end of file