LinkStack/config/button-names.php

14 lines
292 B
PHP
Raw Normal View History

<?php
$buttonNames = array(
'github' => 'GitHub',
'gitlab' => 'GitLab',
'linkedin' => 'linkedIn',
'paypal' => 'PayPal',
'soundcloud' => 'SoundCloud',
'tiktok' => 'TikTok',
'whatsapp' => 'WhatsApp',
'wordpress' => 'WordPress',
'youtube' => 'YouTube',
);