fix: adds hover style on monitor list row

This commit is contained in:
2025-06-12 10:48:23 -05:00
parent 6e0eed8b4e
commit 9b3506ab17

View File

@@ -1,4 +1,4 @@
<tr{{ attributes }} id="monitor_{{ monitor.id }}">
<tr{{ attributes }} id="monitor_{{ monitor.id }}" class="hover:bg-gray-200">
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-stone-800 truncate">
{{ monitor.title }}
</td>