center navbar on mobile

This commit is contained in:
Matthias 2024-01-16 19:42:44 +01:00
parent f16073bd09
commit 4dd1555098

View File

@ -10,7 +10,7 @@
<!-- <ReloadControl class="me-3" /> -->
<b-navbar-toggle target="nav-collapse"></b-navbar-toggle>
<b-collapse id="nav-collapse" class="text-end text-md-center" is-nav>
<b-collapse id="nav-collapse" class="text-center" is-nav>
<b-navbar-nav>
<b-nav-item v-if="!botStore.canRunBacktest" to="/trade">Trade</b-nav-item>
<b-nav-item v-if="!botStore.canRunBacktest" to="/dashboard">Dashboard</b-nav-item>