diff --git a/apps/web/app/components/StorePageSection.vue b/apps/web/app/components/StorePageSection.vue index 215b6168..068a3e39 100644 --- a/apps/web/app/components/StorePageSection.vue +++ b/apps/web/app/components/StorePageSection.vue @@ -2,7 +2,7 @@ import { useTranslation } from '~/composables/useTranslation' import type { Product } from '@vuejs-jp/model' import MarkDownText from '~/components/MarkDownText.vue' -import { storeUrl } from '~/utils/constants' +import { endedPurchaseStore, storeUrl } from '~/utils/constants' const { translate: t } = useTranslation() @@ -117,6 +117,7 @@ const products: Product[] = [ rel="noreferrer" background-color="vue-green/200" color="white" + :disabled="endedPurchaseStore" > {{ $t('store.preorder') }} @@ -125,7 +126,7 @@ const products: Product[] = [