Skip to content

Commit 876d35e

Browse files
committed
copy: update intro text
1 parent c339bfb commit 876d35e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

components/wizard/Steps.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ export function Step1({ onClickNext, step }) {
1616
<WizardContent step={step}>
1717
<WizardTitle>Create new blog</WizardTitle>
1818
<p className="mb-8 text-xl text-gray-800 dark:text-white">
19-
Something has always existed. According to physics, there can never be
20-
true physical nothingness—though there can be times when existence
21-
resembles nothing.
19+
Use this simple wizard to create a new blog.
20+
<br /> Based on <strong>Next.js</strong>, <strong>Tailwind 3.0</strong>{" "}
21+
and <strong>MDX</strong>. <br />
22+
Deploy it straight to <strong>Netlify</strong>.
2223
</p>
2324
<WizardButton
2425
as="a"

0 commit comments

Comments
 (0)