Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
6 years ago
by
Dobli
Browse files
Options
Download
Email Patches
Plain Diff
use /landing/ as base path
parent
ef85d040
master
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
package.json
+1
-0
package.json
src/App.js
+2
-1
src/App.js
with
3 additions
and
1 deletion
+3
-1
package.json
+
1
-
0
View file @
d0ff843e
{
"name"
:
"pb-framr"
,
"homepage"
:
"/landing/"
,
"version"
:
"0.1.0"
,
"private"
:
true
,
"dependencies"
:
{
...
...
This diff is collapsed.
Click to expand it.
src/App.js
+
2
-
1
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
"
/>
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets