Skip to content

Commit 4a2a4ce

Browse files
author
Jen Lampton
committed
Issue #33: Add an option for TikTok.
1 parent 8f6816a commit 4a2a4ce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

on_the_web.module

+6
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,12 @@ function on_the_web_get_services() {
379379
'svg' => 'github.svg',
380380
'svg-square' => 'github-square.svg',
381381
),
382+
'tiktok' => array(
383+
'name' => 'TikTok',
384+
'fa-icon' => 'fa-tiktok',
385+
'v5style' => 'fab', // Brand
386+
'svg' => 'tiktok.svg',
387+
),
382388
'youtube' => array(
383389
'name' => 'YouTube',
384390
'fa-icon' => 'fa-youtube',

0 commit comments

Comments
 (0)