Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix site name in main layout #87

Merged
merged 1 commit into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading