Added page icon twitch
This commit is contained in:
parent
00ec750dca
commit
98933c784a
|
@ -761,6 +761,8 @@ class UserController extends Controller
|
|||
|
||||
saveIcon('whatsapp', $request->whatsapp);
|
||||
|
||||
saveIcon('twitch', $request->whatsapp);
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -224,6 +224,8 @@ if (isset($_COOKIE['LinkCount'])) {
|
|||
|
||||
{!!icon('github', 'GitHub')!!}
|
||||
|
||||
{!!icon('twitch', 'Twitch')!!}
|
||||
|
||||
{!!icon('linkedin', 'LinkedIn')!!}
|
||||
|
||||
{!!icon('tiktok', 'TikTok')!!}
|
||||
|
|
Loading…
Reference in New Issue