mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-10 15:57:53 +00:00
add option for banner at bottom of page
This commit is contained in:
parent
432b5c32c2
commit
80e49f8e18
7 changed files with 47 additions and 1 deletions
|
|
@ -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 ? (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue