fix(Share): Added br to force break line after the text in the footer (#335)

This commit is contained in:
Choubakawa 2023-03-05 21:18:05 +01:00 committed by GitHub
parent 6c71cddf97
commit 26f670c725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -866,11 +866,14 @@ function Home(props) {
{runtimeConfig.SHARE &&
runtimeConfig.OG_TITLE &&
runtimeConfig.OG_DESCRIPTION && (
<>
<br />
<Share
url={runtimeConfig.SHARE}
title={runtimeConfig.OG_TITLE}
text={runtimeConfig.OG_DESCRIPTION}
/>
</>
)}
</p>
</div>