Skip to content

Commit 98933c7

Browse files
committed
Added page icon twitch
1 parent 00ec750 commit 98933c7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

app/Http/Controllers/UserController.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,8 @@ function saveIcon($icon, $link){
761761

762762
saveIcon('whatsapp', $request->whatsapp);
763763

764+
saveIcon('twitch', $request->whatsapp);
765+
764766

765767

766768

resources/views/studio/links.blade.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@ function icon($name, $label){ echo '
224224

225225
{!!icon('github', 'GitHub')!!}
226226

227+
{!!icon('twitch', 'Twitch')!!}
228+
227229
{!!icon('linkedin', 'LinkedIn')!!}
228230

229231
{!!icon('tiktok', 'TikTok')!!}

0 commit comments

Comments
 (0)