We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24eb512 + 3dc678b commit 3dbf6c7Copy full SHA for 3dbf6c7
resources/views/studio/links.blade.php
@@ -312,11 +312,15 @@ function icon($name, $label) {
312
{!!icon('reddit', 'Reddit')!!}
313
314
{!!icon('pinterest', 'Pinterest')!!}
315
-
316
- {{-- {!!icon('telegram', 'Telegram')!!}
317
318
- {!!icon('whatsapp', 'WhatsApp')!!} --}}
319
+
+ {!!icon('telegram', 'Telegram')!!}
+ {!!icon('whatsapp', 'WhatsApp')!!}
320
+ {!! icon('behance', 'Behance') !!}
321
322
+ {!! icon('dribbble', 'Dribble') !!}
323
324
325
<button type="submit" class="mt-3 ml-3 btn btn-primary">{{__('messages.Save links')}}</button>
326
</form>
0 commit comments