LinkStack/config/button-names.php
Julian Prieber 4a6ddc3639 Added capitalization to buttons
Buttons now support full capitalization of the default button names. For example, Previously, GitHub would be displayed as Github. Now, the proper capitalization is uses.
2022-10-26 11:20:11 +02:00

14 lines
292 B
PHP

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