diff --git a/public/svgs/unknown.svg b/public/svgs/unknown.svg deleted file mode 100644 index d7752c454..000000000 --- a/public/svgs/unknown.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/resources/views/livewire/project/new/select.blade.php b/resources/views/livewire/project/new/select.blade.php index 289d3a6a9..b218c9557 100644 --- a/resources/views/livewire/project/new/select.blade.php +++ b/resources/views/livewire/project/new/select.blade.php @@ -207,9 +207,25 @@ robustness, advanced features, and strong standards compliance. - + + + + + + + + + + + @@ -219,9 +235,33 @@ broker. - + + + + + + + + + + + + + + + @@ -231,9 +271,57 @@ optional schemas. - + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -243,9 +331,18 @@ flexibility. - + + + + + + + @@ -255,9 +352,14 @@ replacement for MySQL. - + + + + + @@ -293,7 +395,6 @@ @if (data_get($service, 'slogan')) {{ data_get($service, 'slogan') }} @endif - @if (data_get($service, 'logo')) @@ -310,14 +411,6 @@ service. - {{-- - - - {{ Str::headline($serviceName) }} - - You need to upgrade to {{ data_get($service, 'minversion') }} to use this service. - - --}} @else {{ Str::headline($serviceName) }} @@ -329,12 +422,18 @@ @if (file_exists(public_path(data_get($service, 'logo')))) @else - + + + + + @endif