fix(web): text/html is same as link
This commit is contained in:
parent
b23a85aca2
commit
9c2cbf2303
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ pub fn Attachment(
|
|||
</p>
|
||||
}.into_view(),
|
||||
|
||||
"link" =>
|
||||
"link" | "text" =>
|
||||
view! {
|
||||
<p class="center mt-s mb-s">
|
||||
<a href={href.clone()} title={href.clone()} rel="noreferrer nofollow" target="_blank">
|
||||
|
|
Loading…
Reference in a new issue