remove notice

This commit is contained in:
Maidul Islam
2024-01-27 17:04:53 -05:00
parent 3f5ab2a09e
commit d14099990f

View File

@@ -615,30 +615,6 @@ const OrganizationPage = withPermission(
</div>
)}
<div className="mb-4 flex flex-col items-start justify-start px-6 py-6 pb-0 text-3xl">
<div
className={`${
!updateClosed ? "block" : "hidden"
} mb-4 flex w-full flex-row items-center rounded-md border border-primary-600 bg-primary/10 p-2 text-base text-white`}
>
<FontAwesomeIcon icon={faWarning} className="p-6 text-4xl text-primary" />
<div className="text-sm">
<span className="text-lg font-semibold">Scheduled maintenance on January 27th</span>{" "}
<br />
We&apos;ve planned a database upgrade and need to pause certain functionality for
approximately 3 hours on Saturday, January 27th, 10am EST. During these hours, read
operations will continue to function normally but no resources will be editable. No
action is required on your end — your applications can continue to fetch secrets.
<br />
</div>
<button
type="button"
onClick={() => closeUpdate()}
aria-label="close"
className="flex h-full items-start text-mineshaft-100 duration-200 hover:text-red-400"
>
<FontAwesomeIcon icon={faXmark} />
</button>
</div>
<p className="mr-4 font-semibold text-white">Projects</p>
<div className="mt-6 flex w-full flex-row">
<Input