Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
smartpublicbuilding
pb-framr
Commits
d0ff843e
Commit
d0ff843e
authored
Feb 07, 2019
by
Dobli
Browse files
use /landing/ as base path
parent
ef85d040
Changes
2
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
d0ff843e
{
"name"
:
"pb-framr"
,
"homepage"
:
"/landing/"
,
"version"
:
"0.1.0"
,
"private"
:
true
,
"dependencies"
:
{
...
...
src/App.js
View file @
d0ff843e
...
...
@@ -45,7 +45,7 @@ class App extends Component {
})
}
logoImg
=
<
img
className
=
"
App-logo
"
src
=
{
process
.
env
.
PUBLIC_URL
+
'
/
logo.svg
'
}
alt
=
"
Logo
"
/>
;
logoImg
=
<
img
className
=
"
App-logo
"
src
=
{
'
logo.svg
'
}
alt
=
"
Logo
"
/>
;
// Drawer navigation
navigateToIndex
=
(
index
)
=>
{
...
...
@@ -79,6 +79,7 @@ class App extends Component {
return
!
buildings
.
length
?
(
"
Loading
"
):(
<
div
className
=
"
application
"
>
<
Helmet
>
<
base
href
=
"
/landing/
"
/>
<
meta
charSet
=
"
utf-8
"
/>
<
title
>
Building
Manager
<
/title
>
<
link
href
=
"
https://fonts.googleapis.com/icon?family=Material+Icons
"
rel
=
"
stylesheet
"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment