kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Reorder right sidebar
rodzic
c54b48f00a
commit
4498130f23
|
@ -104,22 +104,22 @@ const HomePage: React.FC<IHomePage> = ({ children }) => {
|
||||||
{me && features.announcements && (
|
{me && features.announcements && (
|
||||||
<AnnouncementsPanel />
|
<AnnouncementsPanel />
|
||||||
)}
|
)}
|
||||||
{(hasCrypto && cryptoLimit > 0 && me) && (
|
|
||||||
<CryptoDonatePanel limit={cryptoLimit} />
|
|
||||||
)}
|
|
||||||
{(hasPatron && me) && (
|
|
||||||
<FundingPanel />
|
|
||||||
)}
|
|
||||||
{features.birthdays && (
|
|
||||||
<BirthdayPanel limit={10} />
|
|
||||||
)}
|
|
||||||
{features.trends && (
|
{features.trends && (
|
||||||
<TrendsPanel limit={5} />
|
<TrendsPanel limit={5} />
|
||||||
)}
|
)}
|
||||||
{features.suggestions && (
|
{features.suggestions && (
|
||||||
<WhoToFollowPanel limit={3} />
|
<WhoToFollowPanel limit={3} />
|
||||||
)}
|
)}
|
||||||
|
{features.birthdays && (
|
||||||
|
<BirthdayPanel limit={10} />
|
||||||
|
)}
|
||||||
<PromoPanel />
|
<PromoPanel />
|
||||||
|
{(hasCrypto && cryptoLimit > 0 && me) && (
|
||||||
|
<CryptoDonatePanel limit={cryptoLimit} />
|
||||||
|
)}
|
||||||
|
{(hasPatron && me) && (
|
||||||
|
<FundingPanel />
|
||||||
|
)}
|
||||||
<LinkFooter />
|
<LinkFooter />
|
||||||
</Layout.Aside>
|
</Layout.Aside>
|
||||||
</>
|
</>
|
||||||
|
|
Ładowanie…
Reference in New Issue