From 5861fc49fc9641b1a6ebba578863ef2db3ac64c7 Mon Sep 17 00:00:00 2001 From: jeremy bayse Date: Sun, 26 Jul 2026 12:18:34 +0200 Subject: [PATCH] Replace Laravel scaffold logo with a finance-themed mark MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The app still shipped the default Laravel cube icon. New mark is a coin outline crossed by a rising trend line — ties the app's subject (money) to its purpose (tracking growth over time). Stroke-based single-color design inherits currentColor from the caller's text-* class, so it drops into the existing light/dark tokens without a separate variant. Co-Authored-By: Claude Sonnet 5 --- .../views/components/application-logo.blade.php | 12 ++++++++++-- resources/views/layouts/guest.blade.php | 2 +- resources/views/livewire/layout/navigation.blade.php | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/resources/views/components/application-logo.blade.php b/resources/views/components/application-logo.blade.php index a6ef694..7930f41 100644 --- a/resources/views/components/application-logo.blade.php +++ b/resources/views/components/application-logo.blade.php @@ -1,3 +1,11 @@ -
- +
diff --git a/resources/views/livewire/layout/navigation.blade.php b/resources/views/livewire/layout/navigation.blade.php index 04fa3b9..f4f9efc 100644 --- a/resources/views/livewire/layout/navigation.blade.php +++ b/resources/views/livewire/layout/navigation.blade.php @@ -24,7 +24,7 @@ new class extends Component