Fix: Update FAQ links and add IDs for disclosure sections#84
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull Request Overview
This pull request improves navigation to RESF governance documents by updating FAQ links and adding section anchors. The changes enable direct linking to specific sections and provide clearer access to the RESF bylaws and charter.
- Updated FAQ to provide separate direct links to bylaws and charter sections
- Added anchor IDs to disclosure sections on the About page for direct linking
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pages/about.tsx | Added id attributes to charter and bylaws disclosure sections |
| config/faq.ts | Updated FAQ answer to link to specific sections with separate links for bylaws and charter |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the FAQ and About page to improve access to the RESF bylaws and charter. The changes clarify links in the FAQ and add anchor IDs to relevant sections on the About page to enable direct linking.
Content updates:
config/faq.tsto provide separate, direct links to the bylaws and charter on the RESF website.Accessibility and navigation improvements:
id="charter"to the charter section andid="bylaws"to the bylaws section inpages/about.tsx, allowing users to link directly to these sections. [1] [2]