fix(web): add warning about groups relaying
This commit is contained in:
parent
3f52b4d566
commit
8d42734e77
1 changed files with 4 additions and 1 deletions
|
@ -135,7 +135,10 @@ pub fn Object(object: crate::Object) -> impl IntoView {
|
|||
let audience_badge = object.audience().id().str()
|
||||
.map(|x| view! {
|
||||
<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>
|
||||
<small>
|
||||
{Uri::pretty(&x)}
|
||||
|
|
Loading…
Reference in a new issue