summaryrefslogtreecommitdiff
path: root/Views/Home
diff options
context:
space:
mode:
Diffstat (limited to 'Views/Home')
-rw-r--r--Views/Home/Index.cshtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Views/Home/Index.cshtml b/Views/Home/Index.cshtml
index 8149c41..5a368de 100644
--- a/Views/Home/Index.cshtml
+++ b/Views/Home/Index.cshtml
@@ -72,7 +72,7 @@
{
<div class="col mb-5">
<div class="card h-100">
- <img class="card-img-top" src="@bundle.Figures.FirstOrDefault().FilePath" alt="..." />
+ <a href="/bundle/show/@bundle.Id"><img class="card-img-top" src="@bundle.Figures.FirstOrDefault()?.FilePath" alt="..." /></a>
<div class="card-body p-4">
<div class="text-center">
<h5 class="fw-bolder">@bundle.Name</h5>