mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-24 16:42:33 +02:00
fix: remove loading=true from login and signup page
This commit is contained in:
@@ -1072,7 +1072,6 @@ function Login() {
|
||||
<div className="w-[250px] h-[66px] inline-block overflow-hidden">
|
||||
<img
|
||||
src={image}
|
||||
loading={true}
|
||||
className="object-contain h-full"
|
||||
alt="The image displays the OpenSign logo with a stylized blue square with an open corner, accompanied by the tagline Seal the Deal, Openly."
|
||||
/>
|
||||
|
||||
@@ -531,12 +531,7 @@ const Signup = () => {
|
||||
<div>
|
||||
<div className="md:m-10 lg:m-16 md:p-4 lg:p-10 p-5 bg-[#ffffff] md:border-[1px] md:border-gray-400 ">
|
||||
<div className="w-[250px] h-[66px] inline-block overflow-hidden">
|
||||
<img
|
||||
src={image}
|
||||
loading={true}
|
||||
className="object-contain h-full"
|
||||
alt="logo"
|
||||
/>
|
||||
<img src={image} className="object-contain h-full" alt="logo" />
|
||||
</div>
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 gap-x-2">
|
||||
<div className="">
|
||||
|
||||
Reference in New Issue
Block a user