Skip to content

Commit

Permalink
fix: avoid CTIS survey
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Jul 7, 2021
1 parent 0d66ca1 commit 976280f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<a href="/correlation">Explore Correlations</a>
</li>
<li data-mode="survey-results" class="nav-dropdown-child">
<a href="/survey-results">CTIS Survey Results</a>
<a href="/survey-results">CTIS Results</a>
</li>
<li data-mode="indicator-status" class="nav-dropdown-child">
<a href="/indicator-status">Indicator Status Overview</a>
Expand Down
2 changes: 1 addition & 1 deletion src/modes/modes.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const modes = [
},
{
id: 'survey-results',
label: 'CTIS Survey Results',
label: 'CTIS Results',
component: () =>
import(/* webpackChunkName: 'm-survey' */ './survey-results/SurveyResults.svelte').then((r) => r.default),
},
Expand Down

0 comments on commit 976280f

Please sign in to comment.