Skip to content

Commit de48811

Browse files
committed
Wording and style changes
1 parent 81f1747 commit de48811

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

components/dashboard/src/projects/NewProject.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,7 @@ export default function NewProject() {
309309
</div>
310310
)}
311311
<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>
312+
<strong>Teams &amp; Projects</strong> are currently in Beta. <a href="https://github.com/gitpod-io/gitpod/issues/5095" target="_blank" rel="noopener" className="gp-link">Send feedback</a> or Open a <a href="/workspaces" className="gp-link">New Workspace</a> with an example repository.
314313
</p>
315314
</>
316315
);

components/dashboard/src/teams/NewTeam.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@ 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>
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="_blank" rel="noopener" className="gp-link">Send feedback</a>
5150
</p>
5251
</div>;
5352
}

0 commit comments

Comments
 (0)