quotelink hover, also make dashboard quotes into links

This commit is contained in:
2026-05-06 02:00:23 +02:00
parent ca726c8e8b
commit e7c0523841
3 changed files with 8 additions and 4 deletions

View File

@@ -86,7 +86,7 @@ pub async fn page(
}
div class="flex flex-col gap-4 mb-8" {
@for q in &quotes {
a href=(format!("/quotes/{}", q.id)) {(quote(q))}
a href=(format!("/quotes/{}", q.id)) class="group/a" {(quote(q))}
}
div class="flex justify-between items-center mt-4 text-neutral-400" {