Rename /images to /covers

This commit is contained in:
Claudio Ortolina
2024-10-06 16:06:33 +01:00
parent 6913ee2d8d
commit ac27e86fb5
8 changed files with 17 additions and 17 deletions
@@ -40,7 +40,7 @@
<dt>
<img
class="absolute max-w-12 rounded-lg shadow"
src={~p"/images/#{@latest_record.id}"}
src={~p"/covers/#{@latest_record.id}"}
alt={@latest_record.title}
/>
<p class="ml-16 truncate text-sm font-medium text-gray-500">Latest record</p>