File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3
3
namespace Statikbe \FilamentFlexibleContentBlockPages \Components ;
4
4
5
5
use Illuminate \View \Component ;
6
+ use Statikbe \FilamentFlexibleContentBlockPages \Facades \FilamentFlexibleContentBlockPages ;
6
7
7
8
class BaseLayout extends Component
8
9
{
9
10
public function render ()
10
11
{
11
- return view ('filament-flexible-content-block-pages::components.layouts.base ' );
12
+ $ theme = FilamentFlexibleContentBlockPages::config ()->getTheme ();
13
+
14
+ return view ("filament-flexible-content-block-pages::components. {$ theme }.layouts.base " );
12
15
}
13
16
}
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ public function getTreeRecordIcon(?\Illuminate\Database\Eloquent\Model $record =
199
199
}
200
200
201
201
if ($ record ->url ) {
202
- return 'heroicon-o-globe-alt ' ;
202
+ return 'heroicon-o-link ' ;
203
203
}
204
204
205
205
if ($ record ->route ) {
You can’t perform that action at this time.
0 commit comments