This commit is contained in:
Andrew
2025-01-23 19:47:01 +00:00
committed by GitHub

View File

@@ -3,7 +3,11 @@
<b-navbar-brand to="/">
<Sist2Icon></Sist2Icon>
</b-navbar-brand>
<span class="badge badge-pill version" v-if="$store && $store.state.sist2Info">
v{{ sist2Version() }}
</span>
<b-button class="ml-auto" to="/task" variant="link">{{ $t("tasks") }}</b-button>
</b-navbar>
</template>
@@ -66,4 +70,4 @@ export default {
.btn-link {
color: #222;
}
</style>
</style>