mirror of https://github.com/Fabio286/antares.git
refactor(UI): minor change
This commit is contained in:
parent
d010d5aa8f
commit
19db29663b
|
@ -7,7 +7,7 @@
|
||||||
{{ t('message.noOpenTabs') }}
|
{{ t('message.noOpenTabs') }}
|
||||||
</p>
|
</p>
|
||||||
<div class="empty-action">
|
<div class="empty-action">
|
||||||
<button class="btn btn-gray d-flex" @click="emit('new-tab')">
|
<button class="btn btn-primary d-flex" @click="emit('new-tab')">
|
||||||
<i class="mdi mdi-24px mdi-tab-plus mr-2" />
|
<i class="mdi mdi-24px mdi-tab-plus mr-2" />
|
||||||
{{ t('message.openNewTab') }}
|
{{ t('message.openNewTab') }}
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Reference in New Issue