Skip to content

Commit

Permalink
fixes #8
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanderbiest committed Sep 22, 2023
1 parent 2f4787c commit c4e35d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/header.ce.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ onMounted(() => {
<a class="nav-item" href="/datahub/">Data</a>
<a class="nav-item" href="/mapstore/">Viewer</a>
<a class="nav-item" href="/mapstore/#/home">Maps</a>
<a class="nav-item" href="/geoserver/">Services</a>
<a class="nav-item" href="/geoserver/web/">Services</a>
<a v-if="!isAnonymous" class="nav-item" href="/import/">Import</a>
</nav>
</div>
Expand Down

0 comments on commit c4e35d7

Please sign in to comment.