diff --git a/resources/js/Pages/Auth/Login.jsx b/resources/js/Pages/Auth/Login.jsx index ae504abf..ecff234c 100644 --- a/resources/js/Pages/Auth/Login.jsx +++ b/resources/js/Pages/Auth/Login.jsx @@ -26,7 +26,7 @@ export default function Login({ canResetPassword, status }) { return (
-
+
Edvise Logo -
Welcome! Log in to get started:
+

Welcome! Log in to get started:

@@ -109,7 +109,7 @@ export default function Login({ canResetPassword, status }) {

Forgot your password? diff --git a/resources/js/Pages/FileUpload.jsx b/resources/js/Pages/FileUpload.jsx index a072cd2c..f4bcad1a 100644 --- a/resources/js/Pages/FileUpload.jsx +++ b/resources/js/Pages/FileUpload.jsx @@ -105,7 +105,7 @@ export default function FileUpload() { ); } return ( -
+
+
@@ -339,7 +339,7 @@ export default function FileUpload() { ))}
-
+
{files == undefined || files.length == 0 ? ( validationButtonDisable(true) ) : ( @@ -603,7 +603,7 @@ export default function FileUpload() { type="text" name="batchName" id="batchName" - className="mt-1 w-full rounded-full border border-gray-300 p-2 shadow-sm focus:outline-none focus:ring-2 focus:ring-[#f79222]" + className="mt-1 w-full rounded-full border border-gray-300 p-2 shadow-sm focus:ring-2 focus:ring-[#f79222] focus:outline-none" value={batchName} onChange={e => setBatchName(e.target.value)} placeholder="Inference Run 2024 Fall Cohort 1" @@ -616,13 +616,13 @@ export default function FileUpload() {
Back