Open Issues Need Help
View All on GitHubAI Summary: Add a feature to the 'MapCards' component to display a list of contributors for each map. This involves modifying the data model (likely `src/collections` and `static/admin/config.yml`), updating the `MapCards` component (`src/routes` or `src/lib`) to display the contributor information, and potentially adjusting the CMS (`static/admin/index.html`) to allow for contributor input. The changes must be compatible with the existing SvelteKit static site generation process.
AI Summary: Adjust the styling of the MOTW banner buttons to prevent overlap with the reason text, ensuring proper display across various screen sizes. This likely involves using CSS to adjust button positioning or sizing, potentially with media queries for responsiveness.