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 33namespace Statikbe \FilamentFlexibleContentBlockPages \Components ;
44
55use Illuminate \View \Component ;
6+ use Statikbe \FilamentFlexibleContentBlockPages \Facades \FilamentFlexibleContentBlockPages ;
67
78class BaseLayout extends Component
89{
910 public function render ()
1011 {
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 " );
1215 }
1316}
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ public function getTreeRecordIcon(?\Illuminate\Database\Eloquent\Model $record =
199199 }
200200
201201 if ($ record ->url ) {
202- return 'heroicon-o-globe-alt ' ;
202+ return 'heroicon-o-link ' ;
203203 }
204204
205205 if ($ record ->route ) {
You can’t perform that action at this time.
0 commit comments