Skip to content

Commit fb3791b

Browse files
committed
Rename docs starter to twe-starter
1 parent 4d64f15 commit fb3791b

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

helpers/createTeStarter.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ var zip = require("bestzip");
22

33
zip({
44
source: `*`,
5-
destination: "../site/te-starter.zip",
5+
destination: "../site/twe-starter.zip",
66
cwd: "dist/",
77
})
88
.then(() => {

site/content/docs/standard/getting-started/quick-start/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,9 @@ <h5 class="text-xl">Third slide label</h5>
741741
for testing.
742742
</p>
743743
<div class="mb-10">
744-
<a href="https://tw-elements.com/te-starter.zip" id="download-zip-step-1">
744+
<a
745+
href="https://tw-elements.com/twe-starter.zip"
746+
id="download-zip-step-1">
745747
<button
746748
class=" mb-3 mr-1 mt-3 rounded border border-solid border-purple-500 bg-transparent px-6 py-3 text-sm font-bold uppercase text-purple-500 outline-none transition-all duration-150 ease-linear hover:bg-purple-500 hover:text-white focus:outline-none active:bg-purple-600"
747749
type="button">

site/content/docs/standard/go/quick-start.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h2 class="mb-2 mt-0 text-5xl font-normal leading-normal text-purple-800">
2020

2121
<p>In order to start using Tailwind simply download our starter.</p>
2222

23-
<a href="https://tw-elements.com/te-starter.zip">
23+
<a href="https://tw-elements.com/twe-starter.zip">
2424
<button
2525
class=" mb-1 mb-3 mr-1 mt-3 rounded border border-solid border-purple-500 bg-transparent px-6 py-3 text-sm font-bold uppercase text-purple-500 outline-none transition-all duration-150 ease-linear hover:bg-purple-500 hover:text-white focus:outline-none active:bg-purple-600"
2626
type="button">

0 commit comments

Comments
 (0)