mirror of
https://github.com/unraid/api.git
synced 2026-04-21 14:50:40 -05:00
refactor: upc style responsive support
This commit is contained in:
@@ -31,7 +31,7 @@ const upgradeAction = computed((): ServerStateDataAction | undefined => {
|
||||
<template v-if="purchaseAction">
|
||||
<UpcServerStateBuy
|
||||
@click="purchaseAction.click()"
|
||||
class="text-orange-dark relative top-[1px]"
|
||||
class="text-orange-dark relative top-[1px] hidden sm:block"
|
||||
:title="'Purchase'"
|
||||
>{{ 'Purchase' }}</UpcServerStateBuy>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user