--- export interface Props { fadeout?: boolean } const { fadeout } = Astro.props const display = fadeout ? "": "display: none" ---
I am currently working on a site to catalogue past and future TAs.
Check it out at fgo-ta.com