diff --git a/src/components/req/ReqForm.tsx b/src/components/req/ReqForm.tsx
index 2641546..261d372 100644
--- a/src/components/req/ReqForm.tsx
+++ b/src/components/req/ReqForm.tsx
@@ -296,7 +296,7 @@ export default function ReqForm() {
/>
{selectedItem && selectedTypeLabel && (
- Selected type: {selectedTypeLabel}
+ Type: {selectedTypeLabel}
)}
@@ -334,18 +334,19 @@ export default function ReqForm() {
setYear(e.target.value)}
- placeholder="e.g. 2023"
- className="w-full border border-neutral-200 dark:border-neutral-700 rounded-xl px-4 py-3 bg-white dark:bg-neutral-900/50 focus:border-blue-500 dark:focus:border-blue-400 focus:ring-2 focus:ring-blue-500/20 transition-all outline-none"
+ placeholder=""
+ readOnly
+ disabled
+ className="w-full border border-neutral-200 dark:border-neutral-700 rounded-xl px-4 py-3 bg-neutral-100 dark:bg-neutral-800 text-neutral-500 dark:text-neutral-400 cursor-not-allowed transition-all outline-none"
/>
-
+ {/*
@@ -356,7 +357,7 @@ export default function ReqForm() {
placeholder="Who is requesting this?"
className="w-full border border-neutral-200 dark:border-neutral-700 rounded-xl px-4 py-3 bg-white dark:bg-neutral-900/50 focus:border-blue-500 dark:focus:border-blue-400 focus:ring-2 focus:ring-blue-500/20 transition-all outline-none"
/>
-
+
*/}