Skip to content

Commit cb6d697

Browse files
authored
chore: improve blank state copy (#1872)
1 parent 8e5d5cf commit cb6d697

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

apps/webapp/app/components/BlankStatePanels.tsx

+4-6
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,8 @@ export function DeploymentsNone() {
228228
panelClassName="max-w-full"
229229
>
230230
<Paragraph spacing variant="small">
231-
There are several ways to deploy your tasks. You can use the CLI, Continuous Integration
232-
(like GitHub Actions), or an integration with a service like Netlify or Vercel. Make sure
233-
you{" "}
231+
There are several ways to deploy your tasks. You can use the CLI or a Continuous Integration
232+
service like GitHub Actions. Make sure you{" "}
234233
<TextLink href={v3EnvironmentVariablesPath(organization, project, environment)}>
235234
set your environment variables
236235
</TextLink>{" "}
@@ -276,9 +275,8 @@ export function DeploymentsNoneDev() {
276275
different environment.
277276
</Paragraph>
278277
<Paragraph spacing variant="small">
279-
There are several ways to deploy your tasks. You can use the CLI, Continuous Integration
280-
(like GitHub Actions), or an integration with a service like Netlify or Vercel. Make sure
281-
you{" "}
278+
There are several ways to deploy your tasks. You can use the CLI or a Continuous
279+
Integration service like GitHub Actions. Make sure you{" "}
282280
<TextLink href={v3EnvironmentVariablesPath(organization, project, environment)}>
283281
set your environment variables
284282
</TextLink>{" "}

0 commit comments

Comments
 (0)