diff --git a/frontend/index.html b/frontend/index.html
index 9e5fc8f..5a01af9 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -4,7 +4,7 @@
-
Vite App
+ Tschunk Order
diff --git a/frontend/src/components/OrderCard.vue b/frontend/src/components/OrderCard.vue
index cb69d80..c67fd2c 100644
--- a/frontend/src/components/OrderCard.vue
+++ b/frontend/src/components/OrderCard.vue
@@ -18,8 +18,7 @@
>
{{ drink.mate_type }}
@@ -156,17 +155,6 @@ const handleDeleteOrder = async () => {
font-size: 1rem;
}
-.drink-quantity {
- background: #3b82f6;
- color: white;
- padding: 2px 8px;
- border-radius: 12px;
- font-size: 0.75rem;
- font-weight: 600;
- min-width: 24px;
- text-align: center;
-}
-
.drink-details {
display: flex;
flex-direction: column;