Skip to content

Create reusable navbar component #25#32

Merged
dev-murphy merged 2 commits into
mainfrom
reusable-navbar
May 20, 2026
Merged

Create reusable navbar component #25#32
dev-murphy merged 2 commits into
mainfrom
reusable-navbar

Conversation

@kemoia
Copy link
Copy Markdown
Collaborator

@kemoia kemoia commented May 19, 2026

  • Implemented a reusable navigation component in components/navbar/Navbar.tsx for the dictionary frontend.
  • Updated app/layout.tsx to render the shared navbar globally
  • Updated app/(app)/layout.tsx to remove duplicate navbar rendering.

@dev-murphy dev-murphy self-requested a review May 19, 2026 17:21
@dev-murphy dev-murphy linked an issue May 19, 2026 that may be closed by this pull request
@dev-murphy
Copy link
Copy Markdown
Collaborator

Issues

Error message when navigating between pages

There is an error when a user tries to navigate between different pages. Please see the error message below.

Invalid src prop (https://images.unsplash.com/photo-1523275335684-37898b6baf30?w=400&h=300&fit=crop&crop=center) on next/image, hostname "images.unsplash.com" is not configured under images in your next.config.js
See more info: https://nextjs.org/docs/messages/next-image-unconfigured-host

Screenshot of Error image

Logos in navigation bar

The logo in the navigation bar doesn't match what is present in the design. Please see the difference below (the one on the left is what you have, the one on the right is what's on the design).

Solution: Replace the src for the image from /logo_dic.jpg to /dictionary.svg

image image

@dev-murphy dev-murphy merged commit d77abb2 into main May 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create Navigation Bar Component

2 participants