diff --git a/src/pages/home-page.tsx b/src/pages/home-page.tsx index f0a42bac9..fd852c163 100644 --- a/src/pages/home-page.tsx +++ b/src/pages/home-page.tsx @@ -104,22 +104,22 @@ const HomePage: React.FC = ({ children }) => { {me && features.announcements && ( )} - {(hasCrypto && cryptoLimit > 0 && me) && ( - - )} - {(hasPatron && me) && ( - - )} - {features.birthdays && ( - - )} {features.trends && ( )} {features.suggestions && ( )} + {features.birthdays && ( + + )} + {(hasCrypto && cryptoLimit > 0 && me) && ( + + )} + {(hasPatron && me) && ( + + )}