diff --git a/frontend/src/components/BatchCard.vue b/frontend/src/components/BatchCard.vue
index ac619982..d002134e 100644
--- a/frontend/src/components/BatchCard.vue
+++ b/frontend/src/components/BatchCard.vue
@@ -6,24 +6,26 @@
{{ batch.title }}
-
- {{ batch.seats_left }}
-
- {{ __('Seats Left') }}
-
-
- {{ __('Seat Left') }}
-
-
-
+
- {{ __('Sold Out') }}
-
+ variant="subtle"
+ theme="red"
+ size="md"
+ class="self-start"
+ :label="__('Sold Out')"
+ />
{{ batch.description }}
@@ -70,6 +72,7 @@