1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 09:54:24 +04:00

fix: #1019 - project-overview.html link not working

This commit is contained in:
codecalm
2022-02-05 12:28:29 +01:00
parent 41f56f09cd
commit a08f46eebf

View File

@@ -11,7 +11,7 @@
</div> </div>
<div class="col"> <div class="col">
<h3 class="card-title mb-1"> <h3 class="card-title mb-1">
<a href="project-overview.html" class="text-reset">{{ project.title }}</a> <a href="#" class="text-reset">{{ project.title }}</a>
</h3> </h3>
<div class="text-muted"> <div class="text-muted">
Updated 2 hours ago Updated 2 hours ago