From f57315e7669dd5e84db5653983610a352aead078 Mon Sep 17 00:00:00 2001 From: Jan Roman Cisowki Date: Tue, 18 Jun 2024 19:36:11 +0200 Subject: [PATCH] add link to https://github.com/denoland/fresh/issues/2521 --- batch/NavApp.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/batch/NavApp.ts b/batch/NavApp.ts index 8fdc7d0..4eede9d 100644 --- a/batch/NavApp.ts +++ b/batch/NavApp.ts @@ -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",