Fix nav order and add TMC AI Summit 2026 activity#57
Merged
hyunhwan-bcm merged 1 commit intomainfrom Feb 12, 2026
Merged
Conversation
|
✅ Sanity Check Passed All 2 checked file(s) passed validation. 🔗 Workflow Run: View Details |
There was a problem hiding this comment.
Pull request overview
This PR reorganizes the header navigation to improve the visual ordering and adds a new upcoming event entry to the activities collection. The search icon is moved to render after custom pages (like Alumni) so that Alumni appears before the magnifying glass icon in the navigation bar. Additionally, a new activity entry for the TMC AI Summit 2026 is added with appropriate event details and cover image.
Changes:
- Refactored navigation rendering in Header.astro to separate search item from primary navigation, ensuring it renders after custom pages
- Added TMC AI Summit 2026 activity entry scheduled for February 18, 2026
- Included summit cover image asset (tmc-ai-summit.jpg)
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/components/Header.astro | Refactored navigation to split primary nav items from search, ensuring search icon renders after custom pages in both desktop and mobile views; includes code cleanup removing trailing whitespace |
| src/content/activities/2026-tmc-ai-summit.md | New activity entry for upcoming TMC AI Summit 2026 event with details about Dr. Liu's Steering Committee role and Dr. Jeong's Student Research Showcase Chair position |
| src/assets/tmc-ai-summit.jpg | Cover image asset for the TMC AI Summit 2026 activity (file exists, referenced correctly) |
💡 Add Copilot custom instructions for smarter, more guided reviews. 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.
Summary
Files