mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 06:56:15 +00:00
2.x - backups
This commit is contained in:
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 2.2 KiB |
1
resources/views/web/components/dynamic-widget.blade.php
Normal file
1
resources/views/web/components/dynamic-widget.blade.php
Normal file
@ -0,0 +1 @@
|
||||
@livewire($widget, $params ?? [], key($widget))
|
1
resources/views/web/components/link.blade.php
Normal file
1
resources/views/web/components/link.blade.php
Normal file
@ -0,0 +1 @@
|
||||
<a href="{{ $href }}" @if($external) target="_blank" @endif>{{ $text }}</a>
|
Reference in New Issue
Block a user