Skip to content

Commit 913e5af

Browse files
authored
Merge pull request #3186 from codeeu/dev
slider update
2 parents 2120272 + b7d302c commit 913e5af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Http/Controllers/HomeController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ class HomeController extends Controller
1010
public function index(Request $request): View
1111
{
1212
$activities = collect([
13-
[
13+
/* [
1414
'title' => 'home.banner1_title',
1515
'description' => 'home.banner1_description',
1616
'url' => '/dream-jobs-in-digital',
1717
'style_color' => 'background-image: linear-gradient(36.92deg, #1C4DA1 20.32%, #0040AE 28.24%);',
1818
'btn_lang' => 'home.get_involved',
19-
],
19+
], */
2020
[
2121
'title' => 'home.banner5_title',
2222
'description' => 'home.banner5_description',

0 commit comments

Comments
 (0)