pinned investigations (panel)
All checks were successful
Deploy / Deploy to Production (push) Successful in 11s

This commit is contained in:
Julie Blanc 2026-02-19 15:34:10 +01:00
parent cc7c9f5dab
commit 347c45bc22
3 changed files with 21 additions and 7 deletions

View file

@ -90,11 +90,6 @@
</ul>
</div>
<?php endif ?>
<?php if ($investigation->pinned()->toBool()): ?>
<div class="pin"><?= svg('assets/icons/pin.svg') ?></div>
<?php endif ?>
<a class="link-block" href="<?= $investigation->url() ?>"></a>
</article>
<?php endforeach ?>