Fix Open Science Catalyze Panel link to drop #panelists anchor#1239
Merged
Conversation
The website EVENTS list linked the "Frontiers in Research: Open Science Catalyze Panel" entry to the panel Q&A site's #panelists anchor. Point it at the site root so the page opens at the top. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Updates the website homepage’s EVENTS data so the “Frontiers in Research: Open Science Catalyze Panel” link opens the panel Q&A site at the top of the page instead of jumping directly to the #panelists anchor.
Changes:
- Removed the
#panelistsfragment from the panel Q&A URL in theEVENTSlist.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
mdroidian
approved these changes
Jul 21, 2026
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.
What
The Frontiers in Research: Open Science Catalyze Panel entry in the website's
EVENTSlist links to the panel Q&A site's#panelistsanchor. This changes it to point at the site root so the page opens at the top instead of jumping to the panelists section.Change
apps/website/app/(home)/page.tsx🤖 Generated with Claude Code