Responsible note: one line, same hue and size as the hero description
Deploy / deploy (push) Successful in 1m3s

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Bendik Aagaard Lynghaug
2026-08-12 23:39:08 +02:00
co-authored by Claude Sonnet 5
parent ca09dce90c
commit ab2b3ec128
2 changed files with 4 additions and 4 deletions
+1 -3
View File
@@ -291,9 +291,7 @@ fn ResponsibleNote(responsible: Responsible) -> impl IntoView {
view! {
<p class="question-responsible">
"Asked by " {responsible.name.clone()}
<br/>
""
"Asked by " {responsible.name.clone()} ""
<a data-user=user data-domain=domain on:mouseover=assemble on:click=assemble>
"contact them"
</a>