Skip to content

Commit 35e0a0d

Browse files
committed
Merge remote-tracking branch 'origin/4.x' into 4.x
2 parents a31c17d + d421537 commit 35e0a0d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

public/assets/img/og-v4.jpg

135 KB
Loading

public/www/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<meta property="og:title" content="Pest | The elegant PHP testing framework">
2020
<meta property="og:description" content="Pest is a testing framework with a focus on simplicity, meticulously designed to bring back the joy of testing in PHP.">
2121
<meta property="og:url" content="https://pestphp.com">
22-
<meta property="og:image" content="https://pestphp.com/assets/img/og-next.jpg">
22+
<meta property="og:image" content="https://pestphp.com/assets/img/og-v4.jpg">
2323
<link rel="icon" href="/www/favicon.svg" type="image/svg+xml">
2424
<link rel="preconnect" href="https://fonts.googleapis.com">
2525
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>

resources/views/layouts/base.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
@if (str_ends_with(url()->current(), 'announcing-stressless'))
3030
<meta property="og:image" content="https://pestphp.com/assets/img/stressless-announcement.jpg">
3131
@else
32-
<meta property="og:image" content="https://pestphp.com/assets/img/og.jpg">
32+
<meta property="og:image" content="https://pestphp.com/assets/img/og-v4.jpg">
3333
@endif
3434

3535
<meta name="csrf-token" content="{{ csrf_token() }}">

resources/www/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<meta property="og:title" content="Pest | The elegant PHP testing framework">
2020
<meta property="og:description" content="Pest is a testing framework with a focus on simplicity, meticulously designed to bring back the joy of testing in PHP.">
2121
<meta property="og:url" content="https://pestphp.com">
22-
<meta property="og:image" content="https://pestphp.com/assets/img/og-next.jpg">
22+
<meta property="og:image" content="https://pestphp.com/assets/img/og-v4.jpg">
2323
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
2424
<link rel="preconnect" href="https://fonts.googleapis.com">
2525
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@@ -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)