feat(web): group badges lead to local view
This commit is contained in:
parent
32929f0909
commit
04ad3c84c2
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ 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">
|
||||
<a class="clean dim" href={Uri::web(U::Actor, &x)} rel="nofollow noreferrer">
|
||||
<span
|
||||
class="border-button"
|
||||
title="this is a group: all interactions will be broadcasted to group members!"
|
||||
|
|
Loading…
Reference in a new issue