mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Added repos tab, merged feedback/test sender, added irc link, other improvements
This commit is contained in:
parent
c1f019956a
commit
b8f87452b9
8 changed files with 61 additions and 48 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue