Skip to content

Commit

Permalink
Remove menu items from footer in Settings (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Jun 24, 2019
1 parent 4346159 commit 9bfa62e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/components/TheSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -305,16 +305,6 @@
{{ $t("settings.buildDate") }}: {{ $util.dateToString(config.buildInfo.buildDate) }}
</span>
<span
v-for="(item, index) in config.menu"
:key="`settings-menuItems-${index}`">
<a
:href="item.url"
target="_blank">
{{ $util.prefLabel(item) }}
</a>
</span>
<br>
<span>
{{ $t("settings.suggestions1") }}
Expand Down

0 comments on commit 9bfa62e

Please sign in to comment.