Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 1.0.21 (unreleased)


- Add "Apply for Event and Sprint Funds" link to footer navigation for easier access to /foundation/event-sponsorship page. Fixes #215. [GitHub Copilot]
- Update to Relstorage 4.2.1
- Simplify and make mxdev config explicit
- Add collective.casestudy to mxdev, pin 1.0.0b1 for testing/production.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@ const Footer = ({ intl }) => {
<List.Item>
<Link to="/foundation/sponsorship">Sponsors</Link>
</List.Item>
<List.Item>
<Link to="/foundation/event-sponsorship">
Apply for Event and Sprint Funds
</Link>
</List.Item>
<List.Item>
<Link to="/foundation/materials/foundation-resolutions/code-of-conduct">
Code of conduct
Expand Down