diff --git a/resources/views/components/feature.blade.php b/resources/views/components/feature.blade.php index 745a72a..4965624 100644 --- a/resources/views/components/feature.blade.php +++ b/resources/views/components/feature.blade.php @@ -2,9 +2,13 @@
@isset ($featureTitle) -

+

@isset($badge) - {{ \Illuminate\Support\Str::upper($badge) }} + + {{ \Illuminate\Support\Str::upper($badge) }} + @endisset {{ $featureTitle }}

@@ -12,6 +16,13 @@

{{ $slot }}

-
+
diff --git a/resources/views/components/single-feature.blade.php b/resources/views/components/single-feature.blade.php index f9ae5c1..1aa7840 100644 --- a/resources/views/components/single-feature.blade.php +++ b/resources/views/components/single-feature.blade.php @@ -1,8 +1,12 @@
@isset ($featureTitle) -

{{ $featureTitle }}

+

+ {{ $featureTitle }} +

@endisset -

{{ $slot }}

+

+ {{ $slot }} +

diff --git a/resources/views/homepage.blade.php b/resources/views/homepage.blade.php index 9457f9d..2209973 100644 --- a/resources/views/homepage.blade.php +++ b/resources/views/homepage.blade.php @@ -81,7 +81,9 @@

- {{ round(Cache::get('downloads'), -3) / 1000 }}k + + {{ round(Cache::get('downloads'), -3) / 1000 }}k + total downloads

@@ -93,7 +95,6 @@ -
PHP Monitor's source code is, unlike other proprietary products, entirely open source. Also, all features that are part of PHP Monitor are available entirely free of charge, so you don't need to pay for any walled-off features. How great is that? @@ -157,8 +157,8 @@

© {{ date("Y") }}, Nico Verbruggen. All rights reserved.