datamatters24 commited on
Commit
cc3d92d
·
verified ·
1 Parent(s): ffc3d8c

Upload web/src/views/partials/nav.php with huggingface_hub

Browse files
Files changed (1) hide show
  1. web/src/views/partials/nav.php +1 -0
web/src/views/partials/nav.php CHANGED
@@ -8,6 +8,7 @@ $navLinks = [
8
  ['href' => '/search', 'label' => 'Search'],
9
  ['href' => '/timeline', 'label' => 'Timeline'],
10
  ['href' => '/network', 'label' => 'Network'],
 
11
  ];
12
 
13
  function isNavActive(string $href, string $currentPath): bool {
 
8
  ['href' => '/search', 'label' => 'Search'],
9
  ['href' => '/timeline', 'label' => 'Timeline'],
10
  ['href' => '/network', 'label' => 'Network'],
11
+ ['href' => '/dashboard', 'label' => 'Dashboard'],
12
  ];
13
 
14
  function isNavActive(string $href, string $currentPath): bool {