Skip to content

Commit a15cde9

Browse files
jldecjldec
authored and
jldec
committed
[dashboard] Teams and Project Beta footer
1 parent aeebb3a commit a15cde9

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

components/dashboard/src/projects/NewProject.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,10 @@ 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.<br/>
313+
<a href="https://github.com/gitpod-io/gitpod/issues/5095" target="_blank" rel="noopener" className="gp-link">Send feedback.</a>
314+
</p>
311315
</>
312316
);
313317

components/dashboard/src/teams/NewTeam.tsx

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

0 commit comments

Comments
 (0)