--- import FishSilhouette from "./FishSilhouette.astro"; import WaterbodyMark from "./WaterbodyMark.astro"; const { href, label, kind, identity } = Astro.props as { href: string; label: string; kind: "fish" | "water"; identity: string }; --- {label}