Always have LinkFooter on the right side

This commit is contained in:
Alex Gleason 2021-03-30 13:22:19 -05:00
parent a032369d33
commit 5040bca304
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -154,11 +154,10 @@ const LAYOUT = {
RIGHT: null, RIGHT: null,
}, },
DEFAULT: { DEFAULT: {
LEFT: [ LEFT: null,
<LinkFooter key='1' />,
],
RIGHT: [ RIGHT: [
<FeaturesPanel key='0' />, <FeaturesPanel key='0' />,
<LinkFooter key='1' />,
], ],
}, },
STATUS: { STATUS: {