Revert "Restore old DevPath logo" #70
Merged
Merged
Conversation
devpathindcommunity-india
approved these changes
May 18, 2026
devpathindcommunity-india
left a comment
Owner
There was a problem hiding this comment.
Restored the PR
Contributor
There was a problem hiding this comment.
Pull request overview
Reverts PR #68 ("Restore old DevPath logo"), switching logo references back to the pre-#68 state: components import @/assets/logo.png instead of /logo-circle.png, and metadata uses /DevPath-logo.png. The revert also reintroduces the prior code formatting (collapsed JSX/imports) in the affected files.
Changes:
- Restore
@/assets/logo.pngimport in Navbar, Footer, and Community components (replacing/logo-circle.png). - Switch site metadata (OpenGraph, Twitter, icons, JSON-LD logo) back to
/DevPath-logo.png. - Revert formatting/whitespace of the affected files to the pre-#68 layout.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| src/components/layout/Navbar.tsx | Reverts logo import and prior formatting; reintroduces a console.log and unused login binding. |
| src/components/layout/Footer.tsx | Reverts logo import and collapses JSX formatting. |
| src/components/home/Community.tsx | Reverts logo import; the chat-card logo loses the rounded-full class. |
| src/app/layout.tsx | Reverts metadata/icons/JSON-LD to use /DevPath-logo.png and prior formatting. |
💡 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.
Reverts devpathindcommunity-india/DevPath-Web #68