chore: remove WIP for FediStatuses

This commit is contained in:
grassblock 2025-05-17 12:04:07 +08:00
parent b5c6c9f4a6
commit c55f49270a

View file

@ -4,7 +4,6 @@
// extraParams: any additional parameters to pass to the API (optional), in object format // extraParams: any additional parameters to pass to the API (optional), in object format
const { instanceDomain, userId, extraParams = '' } = Astro.props; const { instanceDomain, userId, extraParams = '' } = Astro.props;
--- ---
{/* WIP: a Fediverse Statuses Component*/}
{/* mainly made for Hugo, src code https://github.com/BlockG-ws/hugo-theme-laboratory/blob/master/layouts/_default/statuses.html */} {/* mainly made for Hugo, src code https://github.com/BlockG-ws/hugo-theme-laboratory/blob/master/layouts/_default/statuses.html */}
{/* reworked some parts to make it work in astro */} {/* reworked some parts to make it work in astro */}
<h2>My Statuses</h2> <h2>My Statuses</h2>