Skip to content

Commit

Permalink
Change navbar logo link to home instead of dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaszkadziela committed Jun 16, 2024
1 parent 136a90c commit fe01bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layouts/navigation.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="flex">
<!-- Logo -->
<div class="shrink-0 flex items-center">
<a href="{{ route('dashboard') }}">
<a href="{{ route('home') }}">
<div class="bg-blue-700 h-10 p-2 rounded-full w-10">
<x-application-logo />
</div>
Expand Down

0 comments on commit fe01bc5

Please sign in to comment.