mirror of
https://github.com/techno-tim/littlelink-server.git
synced 2025-01-10 13:17:38 +01:00
fix(Share): Added br to force break line after the text in the footer (#335)
This commit is contained in:
parent
6c71cddf97
commit
26f670c725
@ -866,11 +866,14 @@ function Home(props) {
|
|||||||
{runtimeConfig.SHARE &&
|
{runtimeConfig.SHARE &&
|
||||||
runtimeConfig.OG_TITLE &&
|
runtimeConfig.OG_TITLE &&
|
||||||
runtimeConfig.OG_DESCRIPTION && (
|
runtimeConfig.OG_DESCRIPTION && (
|
||||||
<Share
|
<>
|
||||||
url={runtimeConfig.SHARE}
|
<br />
|
||||||
title={runtimeConfig.OG_TITLE}
|
<Share
|
||||||
text={runtimeConfig.OG_DESCRIPTION}
|
url={runtimeConfig.SHARE}
|
||||||
/>
|
title={runtimeConfig.OG_TITLE}
|
||||||
|
text={runtimeConfig.OG_DESCRIPTION}
|
||||||
|
/>
|
||||||
|
</>
|
||||||
)}
|
)}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user