Merge pull request #811 from nekosheen/add-socials

Adding more socials to LinkStack
This commit is contained in:
Julian Prieber 2024-09-16 17:20:52 +02:00 committed by GitHub
commit 3dbf6c717e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 5 deletions

View File

@ -312,11 +312,15 @@ if (isset($_COOKIE['LinkCount'])) {
{!!icon('reddit', 'Reddit')!!}
{!!icon('pinterest', 'Pinterest')!!}
{{-- {!!icon('telegram', 'Telegram')!!}
{!!icon('whatsapp', 'WhatsApp')!!} --}}
{!!icon('telegram', 'Telegram')!!}
{!!icon('whatsapp', 'WhatsApp')!!}
{!! icon('behance', 'Behance') !!}
{!! icon('dribbble', 'Dribble') !!}
<button type="submit" class="mt-3 ml-3 btn btn-primary">{{__('messages.Save links')}}</button>
</form>