fix(apb): @ for mentions, use ! for audiences
This commit is contained in:
parent
a7bcea7653
commit
9301d6646a
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ 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! {
|
||||||
<div class="inline border-solid">
|
<div class="inline border-solid">
|
||||||
<code class="color">@</code>
|
<code class="color">!</code>
|
||||||
<small>
|
<small>
|
||||||
<a class="clean dim" href={x.clone()} target="_blank" rel="nofollow noreferrer">
|
<a class="clean dim" href={x.clone()} target="_blank" rel="nofollow noreferrer">
|
||||||
{Uri::pretty(&x)}
|
{Uri::pretty(&x)}
|
||||||
|
|
Loading…
Reference in a new issue