Skip to content

Commit

Permalink
fix: fixed star search URL for SEO (#3218)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytonline committed Apr 17, 2024
1 parent ab7eb5d commit 69f8d67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/organisms/TopNav/top-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ const Nav = ({ className }: { className?: string }) => {
<li className="hidden lg:inline">
<Link
className={`tracking-tight font-medium text-sm text-slate-700 hover:text-orange-500 flex gap-2 items-center transition-all ${getActiveStyle(
router.pathname === "/starsearch"
router.pathname === "/star-search"
)}`}
href={"/starsearch"}
href={"/star-search"}
>
<img src="/assets/star-search-logo.svg" alt="Star Search logo" className="w-5 h-5" />
<p className="mt-0.5">StarSearch</p>
Expand Down
File renamed without changes.

0 comments on commit 69f8d67

Please sign in to comment.