login button style modified

parent dc9f75f9
...@@ -135,6 +135,7 @@ app.post("/getreportees",async (req, res) => { ...@@ -135,6 +135,7 @@ app.post("/getreportees",async (req, res) => {
"aName":"Approval of timesheet", "aName":"Approval of timesheet",
"aId":"D001", "aId":"D001",
"type":"default", "type":"default",
"ratedBy":"Name",
"score":3, "score":3,
"comments":"" "comments":""
} }
......
...@@ -82,7 +82,7 @@ function Home() { ...@@ -82,7 +82,7 @@ function Home() {
Submit Submit
</button> </button>
{ {
(loading)?<img src="/Loader2.gif" className="mt-2" width={100} height={100}/>:null (loading)?<img src="/Loader2.gif" className="" width={100} height={100}/>:null
} }
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment