diff --git a/source/_layouts/documentation.blade.php b/source/_layouts/documentation.blade.php index 1ab4f44..285600b 100644 --- a/source/_layouts/documentation.blade.php +++ b/source/_layouts/documentation.blade.php @@ -12,6 +12,10 @@ + + + + diff --git a/source/docs/v3/integrations/livewire.blade.md b/source/docs/v3/integrations/livewire.blade.md index 15a9c98..78ca2f0 100644 --- a/source/docs/v3/integrations/livewire.blade.md +++ b/source/docs/v3/integrations/livewire.blade.md @@ -24,4 +24,4 @@ to this: Now you can use Livewire both in the central app and the tenant app. -Also make sure to enable [universal routes]({{ $page->link('features/universal-routes') }}) +Also make sure to enable [universal routes]({{ $page->link('features/universal-routes') }}).