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.OG_TITLE &&
|
||||
runtimeConfig.OG_DESCRIPTION && (
|
||||
<Share
|
||||
url={runtimeConfig.SHARE}
|
||||
title={runtimeConfig.OG_TITLE}
|
||||
text={runtimeConfig.OG_DESCRIPTION}
|
||||
/>
|
||||
<>
|
||||
<br />
|
||||
<Share
|
||||
url={runtimeConfig.SHARE}
|
||||
title={runtimeConfig.OG_TITLE}
|
||||
text={runtimeConfig.OG_DESCRIPTION}
|
||||
/>
|
||||
</>
|
||||
)}
|
||||
</p>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user