Skip to content

Commit

Permalink
Fix additional resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan McClean committed Oct 7, 2022
1 parent 0e1cb3a commit aafcca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<div class="grid grid-cols-2 gap-4 py-2">
<ul class="list-disc pl-2">
@foreach($additionalResources as $additionalResource)
<li><a class="text-blue hover:text-blue-dark" href="#">How to use Trello</a></li>
<li><a class="text-blue hover:text-blue-dark" href="{{ $additionalResource['url'] }}">{{ $additionalResource['name'] }}</a></li>
@endforeach
</ul>
</div>
Expand Down

0 comments on commit aafcca6

Please sign in to comment.