login button style modified

parent dc9f75f9
......@@ -135,6 +135,7 @@ app.post("/getreportees",async (req, res) => {
"aName":"Approval of timesheet",
"aId":"D001",
"type":"default",
"ratedBy":"Name",
"score":3,
"comments":""
}
......
......@@ -82,7 +82,7 @@ function Home() {
Submit
</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>
......
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