Added rest of files
This commit is contained in:
committed by
shaun collins
parent
646041230b
commit
09c4bd02ff
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'links' => [
|
||||
'facebook' => [
|
||||
'url' => 'https://www.facebook.com/people/Ace-BJJ/61583597135207',
|
||||
'icon' => 'fab fa-facebook',
|
||||
'name' => 'Facebook',
|
||||
],
|
||||
'email' => [
|
||||
'url' => sprintf('mailto:%s', config('app.email')),
|
||||
'icon' => 'fa fa-envelope',
|
||||
'name' => 'Email',
|
||||
],
|
||||
'phone' => [
|
||||
'url' => sprintf('tel:%s', config('app.phone')),
|
||||
'icon' => 'fa fa-phone',
|
||||
'name' => 'Phone',
|
||||
]
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user