Skip to content

Commit

Permalink
add link to denoland/fresh#2521
Browse files Browse the repository at this point in the history
  • Loading branch information
j-Cis committed Jun 18, 2024
1 parent fd39c4d commit f57315e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion batch/NavApp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ const NAVIGATION_LINK: NavigationLink[] = [
href: "/accordion/without-nested-accordion",
},
{
name: "GitHub",
name: "Repository of this on GitHub",
href: "https://github.com/j-Cis/deno-fresh-error-notworking-nested-islands",
},
{
name: "Issue of this on GitHub denoland/fresh",
href: "https://github.com/denoland/fresh/issues/2521",
},
{
name: "Fresh2 init (example)",
href: "/fresh-2-init",
Expand Down

0 comments on commit f57315e

Please sign in to comment.