Skip to content

Commit 3dbf6c7

Browse files
Merge pull request #811 from nekosheen/add-socials
Adding more socials to LinkStack
2 parents 24eb512 + 3dc678b commit 3dbf6c7

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

resources/views/studio/links.blade.php

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -312,11 +312,15 @@ 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+
320324

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

0 commit comments

Comments
 (0)