Skip to content

Commit

Permalink
Merge pull request #52 from lara-zeus/fix-core
Browse files Browse the repository at this point in the history
Fix core
  • Loading branch information
atmonshi authored Jun 16, 2023
2 parents 3da3b50 + ceb237a commit c6c3180
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 13 deletions.
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/filament.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/mix-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"/dist/app.js": "/dist/app.js?id=1ae711a93b0cf1cc558189bf7226cbb8",
"/dist/filament.js": "/dist/filament.js?id=452d0342fa4df097708c907add9744f0",
"/dist/frontend.css": "/dist/frontend.css?id=5217dd032ae7cf0f071b156dd3356d86",
"/dist/filament-tail.css": "/dist/filament-tail.css?id=969c89819f0e399877996aaf49c1269a"
"/dist/filament-tail.css": "/dist/filament-tail.css?id=c18c975e81c410c1d372ff166fa8f44b"
}
9 changes: 0 additions & 9 deletions resources/views/components/zeus.blade.php

This file was deleted.

2 changes: 1 addition & 1 deletion src/CoreServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function boot(): CoreServiceProvider
{
// let me have my fun 🤷🏽‍
Blade::directive('zeus', function () {
return view('zeus::zeus');
return '<span class="text-secondary-700 group"><span class="font-semibold text-primary-600 group-hover:text-secondary-500 transition ease-in-out duration-300">Lara&nbsp;<span class="line-through italic text-secondary-500 group-hover:text-primary-600 transition ease-in-out duration-300">Z</span>eus</span></span>';
});

return parent::boot();
Expand Down
1 change: 1 addition & 0 deletions tailwind-frontend.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module.exports = {
'../rain/src/Models/Columns.php',
// filament
'./vendor/filament/**/*.blade.php',
'./src/CoreServiceProvider.php',
],
theme: {
extend: {
Expand Down

0 comments on commit c6c3180

Please sign in to comment.