mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat(board): add mobile footer with Start a New Thread, Top, Refresh, pagination, Catalog, Load More
This commit is contained in:
@@ -149,3 +149,19 @@ export const ThreadFooterFirstRow = ({ postCid, threadNumber, subplebbitAddress,
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
/* -----------------------------------------------------------------------------
|
||||
* PageFooterMobile
|
||||
* Mobile-only page footer with content slot and footer links.
|
||||
* -------------------------------------------------------------------------- */
|
||||
|
||||
export const PageFooterMobile = ({ children }: { children: React.ReactNode }) => (
|
||||
<footer className={styles.mobileFooter}>
|
||||
<hr />
|
||||
{children}
|
||||
<hr />
|
||||
<div className={styles.mobileFooterLinks}>
|
||||
<SiteLegalMeta order='license-first' />
|
||||
</div>
|
||||
</footer>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user