Undo donate changes

This commit is contained in:
mrfry 2020-11-11 08:02:59 +01:00
parent 15dde276f6
commit 108af5bf2a
5 changed files with 16 additions and 74 deletions

View file

@ -58,6 +58,11 @@ export default function Layout(props) {
</Link>
)
})}
<Link href={`${constants.siteUrl}donate`}>
<a className="donate" onClick={closeSideBar} target="_blank">
Donate
</a>
</Link>
</div>
) : null}
</div>