fix(core): Update NxWelcome connect to cloud (#21830)

This commit is contained in:
Nicholas Cunningham 2024-02-15 12:57:27 -07:00 committed by GitHub
parent 3d48b2290b
commit 97e60f3175
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with 12 additions and 12 deletions

View File

@ -699,7 +699,7 @@ import { Component, ViewEncapsulation } from '@angular/core';
You can activate distributed tasks executions and caching by
running:
</p>
<pre>nx connect-to-nx-cloud</pre>
<pre>nx connect</pre>
<a href="https://nx.app/?utm_source=nx-project" target="_blank" rel="noreferrer"> What is Nx Cloud? </a>
</div>
<a id="nx-repo" class="button-pill rounded shadow" href="https://github.com/nrwl/nx?utm_source=nx-project" target="_blank" rel="noreferrer">

View File

@ -702,7 +702,7 @@ import { CommonModule } from '@angular/common';
You can activate distributed tasks executions and caching by
running:
</p>
<pre>nx connect-to-nx-cloud</pre>
<pre>nx connect</pre>
<a href="https://nx.app/?utm_source=nx-project" target="_blank" rel="noreferrer"> What is Nx Cloud? </a>
</div>
<a id="nx-repo" class="button-pill rounded shadow" href="https://github.com/nrwl/nx?utm_source=nx-project" target="_blank" rel="noreferrer">

View File

@ -387,7 +387,7 @@ export const App = () => {
</View>
</View>
<View style={styles.codeBlock}>
<Text style={[styles.monospace]}>nx connect-to-nx-cloud</Text>
<Text style={[styles.monospace]}>nx connect</Text>
</View>
</View>
</TouchableOpacity>

View File

@ -328,7 +328,7 @@ export default async function Index() {
You can activate distributed tasks executions and caching by
running:
</p>
<pre>nx connect-to-nx-cloud</pre>
<pre>nx connect</pre>
<a
href="https://nx.app/?utm_source=nx-project"
target="_blank"

View File

@ -301,7 +301,7 @@ export function createAppJsx(name: string) {
You can activate distributed tasks executions and caching by
running:
</p>
<pre>nx connect-to-nx-cloud</pre>
<pre>nx connect</pre>
<a
href="https://nx.app/?utm_source=nx-project"
target="_blank"

View File

@ -323,7 +323,7 @@ defineProps<{
You can activate distributed tasks executions and caching by
running:
</p>
<pre>nx connect-to-nx-cloud</pre>
<pre>nx connect</pre>
<a
href="https://nx.app/?utm_source=nx-project"
target="_blank"

View File

@ -387,7 +387,7 @@ export const App = () => {
</View>
</View>
<View style={styles.codeBlock}>
<Text style={[styles.monospace]}>nx connect-to-nx-cloud</Text>
<Text style={[styles.monospace]}>nx connect</Text>
</View>
</View>
</TouchableOpacity>

View File

@ -735,7 +735,7 @@ export function NxWelcome({ title }: { title: string }) {
You can activate distributed tasks executions and caching by
running:
</p>
<pre>nx connect-to-nx-cloud</pre>
<pre>nx connect</pre>
<a
href="https://nx.app/?utm_source=nx-project"
target="_blank"

View File

@ -735,7 +735,7 @@ export function NxWelcome({ title }: { title: string }) {
You can activate distributed tasks executions and caching by
running:
</p>
<pre>nx connect-to-nx-cloud</pre>
<pre>nx connect</pre>
<a
href="https://nx.app/?utm_source=nx-project"
target="_blank"

View File

@ -317,7 +317,7 @@ defineProps<{
You can activate distributed tasks executions and caching by
running:
</p>
<pre>nx connect-to-nx-cloud</pre>
<pre>nx connect</pre>
<a
href="https://nx.app/?utm_source=nx-project"
target="_blank"

View File

@ -289,7 +289,7 @@ export class AppElement extends HTMLElement {
You can activate distributed tasks executions and caching by
running:
</p>
<pre>nx connect-to-nx-cloud</pre>
<pre>nx connect</pre>
<a href="https://nx.app/?utm_source=nx-project" target="_blank" rel="noreferrer"> What is Nx Cloud? </a>
</div>
<a id="nx-repo" class="button-pill rounded shadow" href="https://github.com/nrwl/nx?utm_source=nx-project" target="_blank" rel="noreferrer">

View File

@ -289,7 +289,7 @@ export class AppElement extends HTMLElement {
You can activate distributed tasks executions and caching by
running:
</p>
<pre>nx connect-to-nx-cloud</pre>
<pre>nx connect</pre>
<a href="https://nx.app/?utm_source=nx-project" target="_blank" rel="noreferrer"> What is Nx Cloud? </a>
</div>
<a id="nx-repo" class="button-pill rounded shadow" href="https://github.com/nrwl/nx?utm_source=nx-project" target="_blank" rel="noreferrer">