diff options
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 }) => ( |