Skip to content

Commit 4d64f15

Browse files
committed
Revert starter name change
1 parent c3c6474 commit 4d64f15

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
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/twe-starter.zip",
5+
destination: "../site/te-starter.zip",
66
cwd: "dist/",
77
})
88
.then(() => {

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -741,9 +741,7 @@ <h5 class="text-xl">Third slide label</h5>
741741
for testing.
742742
</p>
743743
<div class="mb-10">
744-
<a
745-
href="https://tw-elements.com/twe-starter.zip"
746-
id="download-zip-step-1">
744+
<a href="https://tw-elements.com/te-starter.zip" id="download-zip-step-1">
747745
<button
748746
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"
749747
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/twe-starter.zip">
23+
<a href="https://tw-elements.com/te-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)