forked from zooniverse/front-end-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(app-project): use next/link for internal links with NavLink (zoon…
…iverse#6374) * fix(app-project): use next/link for internal links with NavLink `NavLink` uses the `forwardedAs` prop to render internal links as Next.js `Link` components. This breaks if the default `Anchor` component isn't wrapped in `styled()`. * fix the tests
- Loading branch information
1 parent
befe9c3
commit 06eb381
Showing
3 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters