File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ function Content() {
3030 < div className = "col gap-1.5" >
3131 { ! ! title && (
3232 < div className = "row" >
33- < div className = "text-[26px] font-bold leading-none lg:text-[28px]" > { title } </ div >
33+ < div className = "text-[26px] leading-none font-bold lg:text-[28px]" > { title } </ div >
3434 </ div >
3535 ) }
3636
3737 { ! ! description && < div className = "text-base text-slate-500 lg:text-lg" > { description } </ div > }
3838 </ div >
3939
4040 < div className = "flex" >
41- < ConnectKitButton showBalance />
41+ < ConnectKitButton />
4242 </ div >
4343 </ div >
4444
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ function Login() {
108108 < div className = "col relative min-h-screen w-full flex-1" >
109109 < div className = "absolute top-0 right-0 left-0 flex items-start justify-between p-8" >
110110 < img src = { Logo } alt = "Logo" className = "h-7" />
111- { isConnected && < ConnectKitButton showBalance /> }
111+ { isConnected && < ConnectKitButton /> }
112112 </ div >
113113
114114 < div className = "center-all absolute right-0 bottom-0 left-0 p-8" >
You can’t perform that action at this time.
0 commit comments