fix(web): add warning about groups relaying

This commit is contained in:
əlemi 2024-06-10 01:46:24 +02:00
parent 3f52b4d566
commit 8d42734e77
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -135,7 +135,10 @@ pub fn Object(object: crate::Object) -> impl IntoView {
let audience_badge = object.audience().id().str() let audience_badge = object.audience().id().str()
.map(|x| view! { .map(|x| view! {
<a class="clean dim" href={x.clone()} target="_blank" rel="nofollow noreferrer"> <a class="clean dim" href={x.clone()} target="_blank" rel="nofollow noreferrer">
<span class="border-button"> <span
class="border-button"
title="this is a group: all interactions will be broadcasted to group members!"
>
<code class="color">&</code> <code class="color">&</code>
<small> <small>
{Uri::pretty(&x)} {Uri::pretty(&x)}