add option for banner at bottom of page

This commit is contained in:
Spectralitree 2021-08-07 10:50:18 +02:00
parent 432b5c32c2
commit 80e49f8e18
7 changed files with 47 additions and 1 deletions

View file

@ -251,6 +251,9 @@ export default function System(props) {
) : (
<p dangerouslySetInnerHTML={{ __html: desc }}></p>
)}
{ !user.banner || !localStorage.getItem("bottombanners") ? "" :
<BS.Image rounded className="mb-2" style={{width: '100%', maxHeight: '15rem', objectFit: 'cover'}} src={banner}/>
}
{privacyEdit ? (
""
) : privacyView ? (