Skip to content

Commit 1dbf3f1

Browse files
committed
temp to pest v4
1 parent 3a0333e commit 1dbf3f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/www/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ <h1 class="mt-8 text-4xl sm:text-5xl/14 xl:text-6xl/15 tracking-tight font-title
197197
<p class="lg:text-lg font-medium text-white/80 mt-6 font-mono tracking-tight motion-preset-blur-up-lg motion-delay-[400ms] motion-duration-1000">Pest is a testing framework with a focus on simplicity,<br class="hidden md:block"> meticulously designed to bring back the joy of testing in PHP.</p>
198198

199199
<div class="mt-8 flex items-center justify-center gap-x-5 motion-preset-blur-up-lg motion-delay-[600ms] motion-duration-1000">
200-
<a class="z-1 inline-block text-sm rounded-4xl bg-pink-500 px-6 sm:px-8 py-2.5 font-semibold text-white hover:scale-105 transition duration-100 shadow-2xl" href="/docs/installation">Start Testing</a>
200+
<a class="z-1 inline-block text-sm rounded-4xl bg-pink-500 px-6 sm:px-8 py-2.5 font-semibold text-white hover:scale-105 transition duration-100 shadow-2xl" href="https://pestphp.com/docs/pest-v4-is-here-now-with-browser-testing">Start Testing</a>
201201
<a class="z-1 inline-block text-sm rounded-4xl bg-indigo-800 px-6 sm:px-8 py-2.5 font-semibold text-white hover:scale-105 transition duration-100 shadow-2xl" href="https://github.com/pestphp/pest" target="_blank">Source Code</a>
202202
</div>
203203
</section>

0 commit comments

Comments
 (0)