diff options
author | João Augusto Costa Branco Marado Torres <torres.dev@disroot.org> | 2025-07-04 15:37:50 -0300 |
---|---|---|
committer | João Augusto Costa Branco Marado Torres <torres.dev@disroot.org> | 2025-07-04 15:37:50 -0300 |
commit | 011c4266ccbf3ff66d92e223b2fafd291127c102 (patch) | |
tree | 8de8ed25817de784a866d8ba010ddfb7a106388c /src/components/Citations.astro | |
parent | 2598c9ef0b945f13e94dba8f36c5fbb5cba58feb (diff) |
style: deno fmt
Signed-off-by: João Augusto Costa Branco Marado Torres <torres.dev@disroot.org>
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> |