remove 'new' pill from Advanced Settings selector

This commit is contained in:
nmfretz 2023-09-21 15:18:02 -07:00
parent 4030c212a4
commit 482836a6ab

View File

@ -72,7 +72,7 @@
/>
</svg>
</template>
<b-dropdown-item href="#" v-b-modal.advanced-settings-modal><b-badge pill variant="primary" class="mr-1">New</b-badge> Advanced Settings</b-dropdown-item>
<b-dropdown-item href="#" v-b-modal.advanced-settings-modal>Advanced Settings</b-dropdown-item>
</b-dropdown>
</div>
</div>