Rename Theme-select component

This commit is contained in:
Matthias 2023-03-23 19:29:36 +01:00
parent 2c26ad9fb2
commit 646a160750
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
<router-link v-if="botStore.canRunBacktest" class="nav-link navbar-nav" to="/backtest"
>Backtest</router-link
>
<BootswatchThemeSelect />
<theme-select />
</b-navbar-nav>
<!-- Right aligned nav items -->
@ -124,7 +124,7 @@
<script setup lang="ts">
import LoginModal from '@/views/LoginModal.vue';
import BootswatchThemeSelect from '@/components/BootswatchThemeSelect.vue';
import ThemeSelect from '@/components/ThemeSelect.vue';
import Favico from 'favico.js';
import ReloadControl from '@/components/ftbot/ReloadControl.vue';
import BotEntry from '@/components/BotEntry.vue';