Merge pull request #811 from nekosheen/add-socials
Adding more socials to LinkStack
This commit is contained in:
commit
3dbf6c717e
|
@ -313,9 +313,13 @@ if (isset($_COOKIE['LinkCount'])) {
|
|||
|
||||
{!!icon('pinterest', 'Pinterest')!!}
|
||||
|
||||
{{-- {!!icon('telegram', 'Telegram')!!}
|
||||
{!!icon('telegram', 'Telegram')!!}
|
||||
|
||||
{!!icon('whatsapp', 'WhatsApp')!!} --}}
|
||||
{!!icon('whatsapp', 'WhatsApp')!!}
|
||||
|
||||
{!! icon('behance', 'Behance') !!}
|
||||
|
||||
{!! icon('dribbble', 'Dribble') !!}
|
||||
|
||||
|
||||
<button type="submit" class="mt-3 ml-3 btn btn-primary">{{__('messages.Save links')}}</button>
|
||||
|
|
Loading…
Reference in New Issue