Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Adjust navigation #79

Merged
merged 4 commits into from
Nov 14, 2024
Merged

feat: Adjust navigation #79

merged 4 commits into from
Nov 14, 2024

Conversation

soniaklimas
Copy link
Contributor

I want to merge this change because it adjust navigation:
image

Pull Request Checklist

  • Test the changes locally to ensure they work as expected.
  • Document the testing process and results in the pull request description. (Screen recording, screenshot etc)
  • Include new tests for any new functionality or significant changes.
  • Ensure that tests cover edge cases and potential failure points.
  • Document the impact of the changes on the system, including potential risks and benefits.
  • Provide a rollback plan in case the changes introduce critical issues.
  • Update documentation to reflect any changes in functionality.

Copy link

vercel bot commented Nov 13, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nimara-ecommerce ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 14, 2024 9:15am

const router = useRouter();

// Close menu manually
const [value, setValue] = useState("");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

value sound too generic. Is it possible to have some more speciifc name? smthng like currentMenuItem ?

href={child.url as string}
target="_blank"
rel="noopener noreferrer"
onClick={handleClick}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

handleMenuItemClick ? to be more specific

@soniaklimas soniaklimas merged commit 69956d1 into fashion Nov 14, 2024
3 checks passed
@soniaklimas soniaklimas deleted the MS-817-adjust-navigations branch November 14, 2024 10:09
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.

2 participants