Skip to content

Commit

Permalink
fix site name in main layout
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Feb 6, 2024
1 parent ef763cb commit d7e89cc
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 36 deletions.
58 changes: 29 additions & 29 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion resources/dist/filament-tail.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/dist/frontend.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/dist/lara-zeus.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions resources/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"/dist/plugin.js": "/dist/plugin.js?id=d8eae76b5e99023184aa18c28e75a3e1",
"/dist/frontend.css": "/dist/frontend.css?id=651030af7e933b721faa6ff17cedef78",
"/dist/filament-tail.css": "/dist/filament-tail.css?id=d7ddf6635f5eb6c5b20646d32c5f0d09"
"/dist/frontend.css": "/dist/frontend.css?id=df3c038ccdaac92942908c4578a32f88",
"/dist/filament-tail.css": "/dist/filament-tail.css?id=39ae4e8286a4a3c2b78e42d57c3f7bea"
}
2 changes: 1 addition & 1 deletion resources/views/components/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<div class="flex">
<div class="flex-shrink-0 flex items-center">
<a class="italic flex gap-2 group" href="{{ url('/') }}">
<img class="w-7" src="https://larazeus.com/images/zeus-logo.png" alt="{{ config('zeus.wind.name', config('app.name', 'Laravel')) }}">
<img class="w-7" src="https://larazeus.com/images/zeus-logo.png" alt="{{ config('zeus.site_title', config('app.name', 'Laravel')) }}">
@zeus
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion tailwind-filament.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {
'../rhea/resources/views/**/*.blade.php',
// Bolt
'../bolt/resources/views/filament/**/*.blade.php',
// Bolt0pro
// Bolt pro
'../bolt-pro/resources/views/filament/**/*.blade.php',
// Thunder
'../thunder/resources/views/**/*.blade.php',
Expand Down

0 comments on commit d7e89cc

Please sign in to comment.