Skip to content

Commit 3bb4517

Browse files
- CHG: Lots of old edits.
1 parent 7dcdc5f commit 3bb4517

19 files changed

+1789
-22
lines changed

src/App.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<!-- Right aligned nav items -->
2121
<b-navbar-nav class="ml-auto">
2222
<b-nav-item @click="toggleAudioFeedback"><BIconVolumeUp v-if="storeAudioFeedbackEnabled" /><BIconVolumeMute v-else /></b-nav-item>
23+
<b-nav-item :to="{ name: 'about' }"><BIconInfoCircle /> {{ $t('menuAbout') }}</b-nav-item>
2324
<b-nav-item-dropdown right>
2425
<template #button-content>
2526
<BIconFlag /><span> {{ $t('menuLocale') }}</span>
@@ -70,7 +71,7 @@ import ContainerSearch from '@/components/ContainerSearch'
7071
import ChangePasswordModal from '@/components/modals/ChangePasswordModal'
7172
7273
import { mapGetters } from 'vuex'
73-
import { BIconFlag, BIconVolumeUp, BIconVolumeMute, BIconBoxArrowRight, BIconSearch, BIconKey, BIconUiChecks, BIconBoxArrowInDownRight, BIconArrowLeftRight, BIconPeople } from 'bootstrap-vue'
74+
import { BIconFlag, BIconVolumeUp, BIconVolumeMute, BIconBoxArrowRight, BIconInfoCircle, BIconSearch, BIconKey, BIconUiChecks, BIconBoxArrowInDownRight, BIconArrowLeftRight, BIconPeople } from 'bootstrap-vue'
7475
import { loadLanguageAsync } from '@/plugins/i18n'
7576
import { apiCheckToken, apiDeleteToken, userIsAtLeast } from './plugins/api/auth'
7677
@@ -82,6 +83,7 @@ export default {
8283
components: {
8384
BIconFlag,
8485
BIconVolumeUp,
86+
BIconInfoCircle,
8587
BIconVolumeMute,
8688
BIconBoxArrowRight,
8789
BIconKey,

src/assets/img/funders/bbsrc.svg

Lines changed: 83 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)