Skip to content

Commit

Permalink
Update dashboard.
Browse files Browse the repository at this point in the history
  • Loading branch information
lewmilburn committed Jun 11, 2024
1 parent 5dec27f commit dcd1d7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Views/Dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
<a class="card-yellow" href="/jobs">Vacancies</a>
<?php if ($role >= 2) { ?>
<a class="card-yellow" href="/dashboard/jobs">Manage Vacancies</a>
<?php } if ($role >= 3) { ?>
<a class="card-yellow" href="/dashboard/company">My Company</a>
<a class="card-yellow" href="/dashboard/department">Department Overview</a>
<a class="card-yellow" href="/dashboard/company">Company Overview</a>
<?php } ?>
</div>

Expand Down

0 comments on commit dcd1d7e

Please sign in to comment.