Skip to content

Commit

Permalink
refactor(tag): rename nav to display
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhender committed Feb 9, 2024
1 parent 9cb09d5 commit 2b34d35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/ArticlesDropdown/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const ArticlesDropdown = ({toc, categories}: ArticlesDropdownProps) => (
<Link
key={rowId}
className="articles-dropdown-teal-entry"
to={`/tags/nav/${name}`}
to={`/tags/display/${name}`}
text={name}
/>
))}
Expand Down
File renamed without changes.

0 comments on commit 2b34d35

Please sign in to comment.