File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 20
20
"livewire/livewire" : " ^2.12" ,
21
21
"rappasoft/laravel-livewire-tables" : " ^2.15" ,
22
22
"simplesoftwareio/simple-qrcode" : " ~4" ,
23
- "spatie/laravel-backup" : " ^8.17 "
23
+ "spatie/laravel-backup" : " ^8.1.5 "
24
24
},
25
25
"require-dev" : {
26
26
"barryvdh/laravel-ide-helper" : " ^2.12" ,
Original file line number Diff line number Diff line change @@ -312,11 +312,17 @@ function icon($name, $label) {
312
312
{!! icon (' reddit' , ' Reddit' )! !}
313
313
314
314
{!! icon (' pinterest' , ' Pinterest' )! !}
315
-
316
- {{-- {!!icon('telegram', 'Telegram')!!}
317
-
318
- {!!icon('whatsapp', 'WhatsApp')!!} --}}
319
-
315
+
316
+ {!! icon (' telegram' , ' Telegram' )! !}
317
+
318
+ {!! icon (' whatsapp' , ' WhatsApp' )! !}
319
+
320
+ {!! icon (' behance' , ' Behance' ) ! !}
321
+
322
+ {!! icon (' dribbble' , ' Dribble' ) ! !}
323
+
324
+ {!! icon (' bluesky' , ' Bluesky' ) ! !}
325
+
320
326
321
327
<button type =" submit" class =" mt-3 ml-3 btn btn-primary" >{{ __ (' messages.Save links' )} } </button >
322
328
</form >
You can’t perform that action at this time.
0 commit comments