From 9c2cbf230303bef652986cba44c5353171afe067 Mon Sep 17 00:00:00 2001 From: alemi Date: Wed, 3 Jul 2024 06:31:02 +0200 Subject: [PATCH] fix(web): text/html is same as link --- web/src/components/object.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/object.rs b/web/src/components/object.rs index 3df22c4..9dc42a7 100644 --- a/web/src/components/object.rs +++ b/web/src/components/object.rs @@ -76,7 +76,7 @@ pub fn Attachment(

}.into_view(), - "link" => + "link" | "text" => view! {