Skip to content

Commit ece184f

Browse files
committed
2026 certs ua fix
1 parent 8a11b15 commit ece184f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/HomeController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function index(Request $request): View
5252
'btn_lang' => 'home.get_involved',
5353
'url2' => '/blog/code-week-25-programme/',
5454
// 'btn2_lang' => 'home.download_brochure_btn',
55-
],
55+
]
5656
]);
5757
return view('static.home', compact('activities'));
5858
}

0 commit comments

Comments
 (0)