Skip to content

Commit

Permalink
Fix LIH link for current MPs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Jul 5, 2024
1 parent ccc444c commit 83f92c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<?php } ?>
<?php if ($latest_membership['end_date'] == '2024-05-30') { ?>
<li>Find out more about <a href="https://www.localintelligencehub.com/area/WMC/<?= $latest_membership['constituency'] ?>"><?= $latest_membership['constituency'] ?></a> on the <a href="https://www.localintelligencehub.com/">Local Intelligence Hub</a>.</li>
<?php } else if ($latest_membership['start_date'] >= '2024-07-04') { ?>
<?php } else if ($current_member[1]) { ?>
<li>Find out more about <a href="https://www.localintelligencehub.com/area/WMC23/<?= $latest_membership['constituency'] ?>"><?= $latest_membership['constituency'] ?></a> on the <a href="https://www.localintelligencehub.com/">Local Intelligence Hub</a>.</li>
<?php } ?>
</ul>
Expand Down

0 comments on commit 83f92c2

Please sign in to comment.