diff options
author | João Augusto Costa Branco Marado Torres <torres.dev@disroot.org> | 2025-08-05 20:19:25 +0100 |
---|---|---|
committer | João Augusto Costa Branco Marado Torres <torres.dev@disroot.org> | 2025-08-05 20:19:25 +0100 |
commit | f3ddb9d1ba45bc97711a220fe096af9d9efea716 (patch) | |
tree | 3a86b7bed618090ed01379fc72407aa4f0a22a0b /src/components/templates/Authors.astro | |
parent | b5025718c5bc0dd1fab9717b22d4da2ed8945f17 (diff) |
Signed-off-by: João Augusto Costa Branco Marado Torres <torres.dev@disroot.org>
Diffstat (limited to 'src/components/templates/Authors.astro')
-rw-r--r-- | src/components/templates/Authors.astro | 2 |
1 files changed, 1 insertions, 1 deletions
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 <pre>{reason.message}</pre>; }) } - <p><strong>Informações</strong></p> + <h2><strong>Informações</strong></h2> <dl class="divider"> { reasons.map(({ message }) => ( |