Skip to content

Commit 972e7c7

Browse files
committed
Added Facebook page icon
1 parent ac752ec commit 972e7c7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

app/Http/Controllers/UserController.php

+2
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,8 @@ function saveIcon($icon, $link){
726726

727727
saveIcon('twitter', $request->twitter);
728728

729+
saveIcon('facebook', $request->facebook);
730+
729731
saveIcon('github', $request->github);
730732

731733
saveIcon('linkedin', $request->linkedin);

resources/views/studio/links.blade.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@ function icon($name, $label){ echo '
220220

221221
{!!icon('twitter', 'Twitter')!!}
222222

223+
{!!icon('facebook', 'Facebook')!!}
224+
223225
{!!icon('github', 'GitHub')!!}
224226

225227
{!!icon('linkedin', 'LinkedIn')!!}
@@ -234,7 +236,7 @@ function icon($name, $label){ echo '
234236

235237
{!!icon('reddit', 'Reddit')!!}
236238

237-
{!!icon('pinterest', 'Pinterest')!!}
239+
{!!icon('pinterest', 'Pinterest')!!}´
238240

239241
{{-- {!!icon('telegram', 'Telegram')!!}
240242

0 commit comments

Comments
 (0)