diff options
Diffstat (limited to 'src/components/Citations.astro')
-rw-r--r-- | src/components/Citations.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Citations.astro b/src/components/Citations.astro index cc82eda..ff42ad4 100644 --- a/src/components/Citations.astro +++ b/src/components/Citations.astro @@ -7,7 +7,7 @@ const citations = await getEntries(Astro.props.citations ?? []); --- { citations.length > 0 && - ( + ( <aside> <p>O autor recomenda ler também:</p> <ul> |