--- export interface Props { fadeout?: boolean } const { fadeout } = Astro.props const display = fadeout ? "": "display: none" ---
I am currently creating a site to catalogue past and future TAs for the whole community. Visit fgo-ta.com >>