From 10b799f5e233c7851debe51f5a5923de0d62e7da Mon Sep 17 00:00:00 2001 From: Ash Monsh Date: Mon, 8 Jan 2024 02:16:42 +0300 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=8E=A8=20fix=20class=20name=20to=20us?= =?UTF-8?q?e=20primary?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/forms/accordions.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/forms/accordions.blade.php b/resources/views/forms/accordions.blade.php index 8a0be88..973a4f3 100644 --- a/resources/views/forms/accordions.blade.php +++ b/resources/views/forms/accordions.blade.php @@ -43,10 +43,10 @@ class="flex items-center justify-between w-full p-4 text-start select-none" > + class="flex gap-2 font-medium items-center justify-center text-gray-500 group-hover:text-primary-600"> @if ($accordion->getIcon()) Date: Mon, 8 Jan 2024 02:20:53 +0300 Subject: [PATCH 2/2] update composer --- .github/workflows/phpstan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index 1479294..ab0d40f 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -16,7 +16,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: '8.1' + php-version: '8.2' coverage: none - name: Install composer dependencies