From d3a477d9f0392f925db03544b3e8e618d106b988 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Thu, 25 May 2023 21:46:20 +0200 Subject: [PATCH] Further updates --- resources/views/components/feature.blade.php | 8 ++++---- resources/views/components/single-feature.blade.php | 4 ++-- resources/views/homepage.blade.php | 7 +++---- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/resources/views/components/feature.blade.php b/resources/views/components/feature.blade.php index 71a08a9..4501d32 100644 --- a/resources/views/components/feature.blade.php +++ b/resources/views/components/feature.blade.php @@ -2,16 +2,16 @@
@isset ($featureTitle) -

+

@isset($new) - NEW + NEW @endisset {{ $featureTitle }}

@endisset -

{{ $slot }}

+

{{ $slot }}

- \ No newline at end of file + diff --git a/resources/views/components/single-feature.blade.php b/resources/views/components/single-feature.blade.php index ae5703e..f9ae5c1 100644 --- a/resources/views/components/single-feature.blade.php +++ b/resources/views/components/single-feature.blade.php @@ -3,6 +3,6 @@ @isset ($featureTitle)

{{ $featureTitle }}

@endisset -

{{ $slot }}

+

{{ $slot }}

- \ No newline at end of file + diff --git a/resources/views/homepage.blade.php b/resources/views/homepage.blade.php index a2d257e..eb001a5 100644 --- a/resources/views/homepage.blade.php +++ b/resources/views/homepage.blade.php @@ -41,7 +41,7 @@

Monitor and manage
your PHP installations
with ease.

-

PHP Monitor is a lightweight, native Mac menu bar app that works best when accompanied by Laravel Valet, but it also works without Valet.

+

PHP Monitor is a lightweight, native Mac menu bar app that works best when accompanied by Laravel Valet (but it also works without it).

Version 6.0 now available! With the latest big update, PHP Monitor now comes with PHP Version Manager, Standalone Mode, and more. I hope you all enjoy! @@ -70,8 +70,7 @@

PHP Monitor helps you set up and develop Laravel and Symfony projects. It's also great for WordPress or Drupal sites. In fact, it's a great companion for all kinds of projects, no matter the framework or CMS.

-

This app is made with by Nico Verbruggen. It is open source and entirely free to use. Further development of this app is supported by your donations. - You are also encouraged to join the star the repository on GitHub. +

This app is made with by Nico Verbruggen. It is open source and entirely free to use. Further development of this app is supported by your donations. You are also encouraged to star the repository on GitHub.

@if (Cache::has('stargazers') && Cache::has('downloads')) @@ -152,4 +151,4 @@ - \ No newline at end of file +