mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Fixed error on donate mouseover, and hiding everything till loading in allQuestions
This commit is contained in:
parent
0f3841a2b4
commit
0d679a611a
2 changed files with 28 additions and 22 deletions
|
@ -97,11 +97,15 @@ export default function Layout({
|
|||
</Link>
|
||||
)
|
||||
})}
|
||||
<Link href={`/donate`}>
|
||||
<a className="donate" onClick={closeSideBar} target="_blank">
|
||||
Donate
|
||||
</a>
|
||||
</Link>
|
||||
<a
|
||||
href={`/donate`}
|
||||
className="donate"
|
||||
onClick={closeSideBar}
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
Donate
|
||||
</a>
|
||||
</div>
|
||||
<div className="userStatus">
|
||||
<div
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue