Devmangrani / JobSewa

Our job portal is designed to bridge the gap between laborers, farmers, and employers in need of agricultural workers. In today's fast-paced world, finding reliable and skilled labor for agricultural tasks can be challenging.
https://job-sewa.vercel.app/
Apache License 2.0
6 stars 13 forks source link

Update NavBar.jsx #11

Closed KhanjarSingh closed 10 hours ago

KhanjarSingh commented 11 hours ago

Now if you press the Job sewa button it redirects you to home This fixes the issue #9

vercel[bot] commented 11 hours ago

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

Name Status Preview Comments Updated (UTC)
job-sewa ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 21, 2024 1:17pm
Devmangrani commented 11 hours ago
Screenshot 2024-10-21 at 6 28 00 PM

@KhanjarSingh when i am clicking the jobsewa logo button it redirect me to this "404 This page could not be found." Page

KhanjarSingh commented 11 hours ago

oohk i will try to fix it

Devmangrani commented 11 hours ago

It looks like the issue is with the link in the <Link> component. Instead of "/frontend", you should put the home page link. It should look something like this:

<Link
  href={"/"} // Update this to the home page link
  className="px-3 mx-4 text-base font-medium transition-all duration-700 hover:translate-y-2 uppercase"
>
  𝓙ob𝓢𝓮𝔀𝓪
</Link>

This will redirect you to the home page correctly.

KhanjarSingh commented 10 hours ago

@Devmangrani is it ok ? like i have tried

Devmangrani commented 10 hours ago

You’ve done good work, @KhanjarSingh! Keep it up!