Merge branch 'main' of https://github.com/LinkStackOrg/LinkStack
This commit is contained in:
commit
5a45e412b3
|
@ -20,7 +20,7 @@
|
||||||
"livewire/livewire": "^2.12",
|
"livewire/livewire": "^2.12",
|
||||||
"rappasoft/laravel-livewire-tables": "^2.15",
|
"rappasoft/laravel-livewire-tables": "^2.15",
|
||||||
"simplesoftwareio/simple-qrcode": "~4",
|
"simplesoftwareio/simple-qrcode": "~4",
|
||||||
"spatie/laravel-backup": "^8.17"
|
"spatie/laravel-backup": "^8.1.5"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"barryvdh/laravel-ide-helper": "^2.12",
|
"barryvdh/laravel-ide-helper": "^2.12",
|
||||||
|
|
|
@ -312,11 +312,17 @@ if (isset($_COOKIE['LinkCount'])) {
|
||||||
{!!icon('reddit', 'Reddit')!!}
|
{!!icon('reddit', 'Reddit')!!}
|
||||||
|
|
||||||
{!!icon('pinterest', 'Pinterest')!!}
|
{!!icon('pinterest', 'Pinterest')!!}
|
||||||
|
|
||||||
{{-- {!!icon('telegram', 'Telegram')!!}
|
{!!icon('telegram', 'Telegram')!!}
|
||||||
|
|
||||||
{!!icon('whatsapp', 'WhatsApp')!!} --}}
|
{!!icon('whatsapp', 'WhatsApp')!!}
|
||||||
|
|
||||||
|
{!! icon('behance', 'Behance') !!}
|
||||||
|
|
||||||
|
{!! icon('dribbble', 'Dribble') !!}
|
||||||
|
|
||||||
|
{!! icon('bluesky', 'Bluesky') !!}
|
||||||
|
|
||||||
|
|
||||||
<button type="submit" class="mt-3 ml-3 btn btn-primary">{{__('messages.Save links')}}</button>
|
<button type="submit" class="mt-3 ml-3 btn btn-primary">{{__('messages.Save links')}}</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in New Issue