From f3ddb9d1ba45bc97711a220fe096af9d9efea716 Mon Sep 17 00:00:00 2001 From: João Augusto Costa Branco Marado Torres Date: Tue, 5 Aug 2025 20:19:25 +0100 Subject: fix: HTML MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: João Augusto Costa Branco Marado Torres --- src/components/templates/Authors.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/templates/Authors.astro') diff --git a/src/components/templates/Authors.astro b/src/components/templates/Authors.astro index 9482bcd..414b948 100644 --- a/src/components/templates/Authors.astro +++ b/src/components/templates/Authors.astro @@ -269,7 +269,7 @@ if (!expectedFingerprints.isSubsetOf(verifiedFingerprints)) { return
{reason.message}
; }) } -

Informações

+

Informações

{ reasons.map(({ message }) => ( -- cgit v1.2.3