Skip to content

Commit

Permalink
Dataset filtering good
Browse files Browse the repository at this point in the history
  • Loading branch information
dlmanrique committed Aug 1, 2024
1 parent 323ef1f commit f9018bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Processing_details/dataset_filtering.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<nav class="navbar is-primary " x-data="{ openNav: false }">
<div class="container">
<div class="navbar-brand">
<a href="" class="navbar-item">
<a href="../" class="navbar-item">
SpaRED
</a>
<a role="button" class="navbar-burger burger" aria-label="menu" aria-expanded="false" data-target="navMenu" :class="{ 'is-active': openNav }" x-on:click="openNav = !openNav">
Expand All @@ -72,8 +72,8 @@
</div>
<div class="navbar-menu" id="navMenu" :class="{ 'is-active': openNav }">
<div class="navbar-start">
<a href="../metadata.html" class="navbar-item"> Database Metadata</a>
<a href="../People_Page/people.html" class="navbar-item">People</a> <!-- Enlace a pagina de people -->
<a href=".././metadata.html" class="navbar-item"> Database Metadata</a>
<a href=".././People_Page/people.html" class="navbar-item">People</a> <!-- Enlace a pagina de people -->
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link">Details</a>
<div class="navbar-dropdown">
Expand Down

0 comments on commit f9018bc

Please sign in to comment.