diff --git a/app/Views/index.php b/app/Views/index.php
index cb2559a..8d2be52 100644
--- a/app/Views/index.php
+++ b/app/Views/index.php
@@ -217,7 +217,7 @@
.ticker-track {
display: flex;
width: max-content;
- animation: ticker-scroll 17s linear infinite;
+ animation: ticker-scroll 40s linear infinite;
will-change: transform;
}
@@ -284,7 +284,7 @@
.carousel-caption { left: 5%; right: 5%; max-width: none; padding: 1.1rem 1.25rem; bottom: 6%; }
.carousel-caption h1 { font-size: 1.2rem; }
.carousel-caption p { font-size: 0.85rem; }
- .ticker-track { animation-duration: 10s; }
+ .ticker-track { animation-duration: 45s; }
.ticker-label, .ticker-item { min-height: 48px; }
.ticker-item { padding: 0 1.25rem; }
}
diff --git a/app/Views/support_requests.php b/app/Views/support_requests.php
deleted file mode 100644
index 242632c..0000000
--- a/app/Views/support_requests.php
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
-
-
-
-
- My Support Requests
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
My Support Requests
- View your submitted support requests
-
-
-
-
-
- | Subject |
- Message |
- Status |
- Created At |
-
-
-
-
-
-
- | = esc($request['subject']); ?> |
- = esc($request['message']); ?> |
- = esc($request['status']); ?> |
- = esc(!empty($request['created_at']) ? local_datetime($request['created_at'], 'm-d-Y H:i') : '') ?> |
-
-
-
-
- | No support requests found. |
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/app/Views/swagger_ui.php b/app/Views/swagger_ui.php
deleted file mode 100644
index 45ac658..0000000
--- a/app/Views/swagger_ui.php
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
- API Docs — Swagger UI
-
-
-
-
-
-
-
-
-
-
-