Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
behaviors-ai-public
LaVizu
Commits
3d084e6f
Commit
3d084e6f
authored
May 28, 2019
by
Alexandre Galdeano
Browse files
Revert "Move logo to header"
This reverts commit
208e9f52
.
parent
208e9f52
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/Header/Header.css
View file @
3d084e6f
...
@@ -3,13 +3,6 @@
...
@@ -3,13 +3,6 @@
height
:
110px
;
height
:
110px
;
}
}
#header
.logo
{
margin-left
:
25px
;
padding-top
:
5px
;
height
:
90px
;
float
:
left
;
}
/* Name of this piece of software */
/* Name of this piece of software */
#header
.title
{
#header
.title
{
...
...
src/Header/index.js
View file @
3d084e6f
...
@@ -17,8 +17,6 @@ export function Header(props) {
...
@@ -17,8 +17,6 @@ export function Header(props) {
})
})
return
(
return
(
<
div
id
=
"
header
"
>
<
div
id
=
"
header
"
>
<
img
src
=
{
window
.
location
.
origin
+
"
/images/logoBehaviors.png
"
}
alt
=
"
logo of the Behaviors.ai project
"
className
=
"
logo
"
/>
<
div
className
=
"
title
"
>
<
div
className
=
"
title
"
>
Lavizu
Lavizu
<
/div
>
<
/div
>
...
...
src/Menu/index.js
View file @
3d084e6f
...
@@ -12,6 +12,11 @@ export function Menu(props) {
...
@@ -12,6 +12,11 @@ export function Menu(props) {
// Add your code here
// Add your code here
}}
}}
>
>
<
img
className
=
"
logo
"
src
=
{
window
.
location
.
origin
+
"
/images/logoBehaviors.png
"
}
alt
=
"
logo of the Behaviors.ai project
"
/>
<
br
><
/br
>
<
SideNav
.
Toggle
/>
<
SideNav
.
Toggle
/>
<
SideNav
.
Nav
defaultSelected
=
"
demo
"
>
<
SideNav
.
Nav
defaultSelected
=
"
demo
"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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