From b2335e26f2bde4b5879884cb4c516e5146de815a Mon Sep 17 00:00:00 2001 From: Deon George Date: Sun, 2 Feb 2025 09:23:16 +1100 Subject: [PATCH] Consistent calling of btn css, no functional changes --- resources/themes/architect/views/auth/login.blade.php | 2 +- .../views/layouts/partials/contentheader.blade.php | 6 +++--- .../architect/views/layouts/partials/sidebarmenu.blade.php | 2 +- .../architect/views/layouts/partials/topmenu.blade.php | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/themes/architect/views/auth/login.blade.php b/resources/themes/architect/views/auth/login.blade.php index 3510679..731a2d4 100644 --- a/resources/themes/architect/views/auth/login.blade.php +++ b/resources/themes/architect/views/auth/login.blade.php @@ -57,7 +57,7 @@ @endif
- +
diff --git a/resources/themes/architect/views/layouts/partials/contentheader.blade.php b/resources/themes/architect/views/layouts/partials/contentheader.blade.php index 0509fe7..dbfa256 100644 --- a/resources/themes/architect/views/layouts/partials/contentheader.blade.php +++ b/resources/themes/architect/views/layouts/partials/contentheader.blade.php @@ -30,7 +30,7 @@ @if ((isset($page_actions) && $page_actions->contains('edit')) || old())