Added repos tab, merged feedback/test sender, added irc link, other improvements

This commit is contained in:
MrFry 2020-03-19 16:32:30 +01:00
parent c1f019956a
commit b8f87452b9
8 changed files with 61 additions and 48 deletions

View file

@ -16,7 +16,6 @@ export default function Layout (props) {
const closeSideBar = () => {
if (typeof window !== 'undefined') {
console.log('window.innerWidth', window.innerWidth)
if (window.innerWidth < constants.mobileWindowWidth) {
setSidebarOpen(false)
}
@ -53,8 +52,11 @@ export default function Layout (props) {
</Link>
)
})}
<a href={constants.serverUrl + 'donate'}>
Donate
<a href='/donate'>
Donate
</a>
<a href='/irc'>
IRC chat
</a>
</div>
: null}