diff --git a/src/Console/Thanks.php b/src/Console/Thanks.php index d4a88154..f033bc6f 100644 --- a/src/Console/Thanks.php +++ b/src/Console/Thanks.php @@ -23,9 +23,10 @@ final class Thanks * @var array */ private const FUNDING_MESSAGES = [ - 'Star the project on GitHub' => 'https://github.com/pestphp/pest', - 'Tweet about the project' => 'https://twitter.com/pestphp', - 'Sponsor the project' => 'https://github.com/sponsors/nunomaduro', + 'Star' => 'https://github.com/pestphp/pest', + 'News' => 'https://twitter.com/pestphp', + 'Videos' => 'https://youtube.com/@nunomaduro', + 'Sponsor' => 'https://github.com/sponsors/nunomaduro', ]; /**