Add spacing in stats page

pull/2788/head
Jérémy Rialland 2023-08-10 11:56:24 +02:00 committed by Jérémy Rialland
parent e1697911a8
commit 5accb94d64
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ export default function StatsPage() {
<Stats accessibleMode={accessibleMode} />
</Suspense>
<MoreInfosOnUs />
<Spacing md />
</>
)
}