File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
site/content/docs/standard
getting-started/quick-start Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ var zip = require("bestzip");
22
33zip ( {
44 source : `*` ,
5- destination : "../site/te -starter.zip" ,
5+ destination : "../site/twe -starter.zip" ,
66 cwd : "dist/" ,
77} )
88 . then ( ( ) => {
Original file line number Diff line number Diff 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 ">
Original file line number Diff line number Diff 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 ">
You can’t perform that action at this time.
0 commit comments