Merge 4ec6a14252a5bf93a8e0eaeaa83e9317a1211990 into 2436e52a62bc02c20dfafdef5f4b674ddbe49574

This commit is contained in:
Andrew 2024-04-27 10:15:05 -05:00 committed by GitHub
commit d1b4e701cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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>