Skip to content

Commit 5a45e41

Browse files
committed
2 parents 74eeb1a + 03e8fdc commit 5a45e41

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"livewire/livewire": "^2.12",
2121
"rappasoft/laravel-livewire-tables": "^2.15",
2222
"simplesoftwareio/simple-qrcode": "~4",
23-
"spatie/laravel-backup": "^8.17"
23+
"spatie/laravel-backup": "^8.1.5"
2424
},
2525
"require-dev": {
2626
"barryvdh/laravel-ide-helper": "^2.12",

resources/views/studio/links.blade.php

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -312,11 +312,17 @@ function icon($name, $label) {
312312
{!!icon('reddit', 'Reddit')!!}
313313

314314
{!!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+
320326

321327
<button type="submit" class="mt-3 ml-3 btn btn-primary">{{__('messages.Save links')}}</button>
322328
</form>

0 commit comments

Comments
 (0)