mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-15 19:12:38 +00:00
Added smart componenets, page line number highlighting
This commit is contained in:
@@ -8,9 +8,11 @@ module.exports = function(props){
|
||||
</Nav.item>
|
||||
}
|
||||
let url = '';
|
||||
/*
|
||||
if(typeof window !== 'undefined'){
|
||||
url = window.location.href
|
||||
}
|
||||
*/
|
||||
return <Nav.item href={`http://naturalcrit.com/login?redirect=${url}`} color='teal' icon='fa-sign-in'>
|
||||
login
|
||||
</Nav.item>
|
||||
|
||||
Reference in New Issue
Block a user