Skip to content

Commit

Permalink
fix photo
Browse files Browse the repository at this point in the history
  • Loading branch information
CalumTowers committed Nov 26, 2023
1 parent 5bd9f7f commit 88a75c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/Http/Controllers/Site/StaffPageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ private function getStaffPhotos()
{
$teamPhotos = collect(
[
1 => null,
54 => null,
91 => null,
2311 => null,
Expand All @@ -28,8 +29,7 @@ private function getStaffPhotos()
5125 => null,
6738 => null,
5660 => null,
7203 => null,
6887 => null,
7203 => null
]
);

Expand Down
2 changes: 1 addition & 1 deletion resources/views/site/staff.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
<div class="panel-body">
<div class="col-md-6">
<h4 class="text-center">ATC Training Director (VATUK5)</h4><br />
<img src="{}" width=50px class="img-responsive center-block profile-picture" />
<img src="{{ $teamPhotos[1] }}" width=50px class="img-responsive center-block profile-picture" />
<p class="text-center">Vacant</p>
<h4 class="text-center">ATC Training Team</h4>
<table class="table">
Expand Down

0 comments on commit 88a75c0

Please sign in to comment.