diff --git a/frontend/.idea/inspectionProfiles/Project_Default.xml b/frontend/.idea/inspectionProfiles/Project_Default.xml
index 04fdf96..44480f4 100644
--- a/frontend/.idea/inspectionProfiles/Project_Default.xml
+++ b/frontend/.idea/inspectionProfiles/Project_Default.xml
@@ -28,5 +28,6 @@
+
\ No newline at end of file
diff --git a/frontend/components/Badge.vue b/frontend/components/Badge.vue
new file mode 100644
index 0000000..90482b5
--- /dev/null
+++ b/frontend/components/Badge.vue
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/frontend/pages/patrons/index.vue b/frontend/pages/patrons/index.vue
index a9f52df..5cd7b7f 100644
--- a/frontend/pages/patrons/index.vue
+++ b/frontend/pages/patrons/index.vue
@@ -37,10 +37,9 @@ const patrons = [
- {{ patron.status }}
+
+ {{ patron.status }}
+
@@ -72,19 +71,6 @@ section {
@apply w-full px-10;
}
-.badge {
- @apply py-1 px-2 rounded-md inline-flex items-center;
- @apply ring-1 ring-inset;
-
- &-good {
- @apply ring-pink-600 text-pink-600 bg-pink-200/50;
- }
-
- &-bad {
- @apply ring-sky-600 text-sky-600 bg-sky-200/50;
- }
-}
-
.secondary-info {
@apply text-black/50;
}