Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Gatsby Theme Onegeo
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OneGeo Suite
Libs
Gatsby Theme Onegeo
Commits
853cf3a4
Commit
853cf3a4
authored
2 years ago
by
Tojo
Browse files
Options
Downloads
Patches
Plain Diff
remonte header
parent
4804afc2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
index.js
+1
-1
1 addition, 1 deletion
index.js
src/components/Header.tsx
+5
-5
5 additions, 5 deletions
src/components/Header.tsx
with
6 additions
and
6 deletions
index.js
+
1
−
1
View file @
853cf3a4
...
...
@@ -32,4 +32,4 @@ export { default as Menu } from "./src/components/core/Menu";
// Menu components
export
{
default
as
MenuMobile
}
from
"
./src/components/core/MenuMobile
"
;
// Header components
export
{
default
as
Header
}
from
"
./src/components/
core/
Header
"
;
export
{
default
as
Header
}
from
"
./src/components/Header
"
;
This diff is collapsed.
Click to expand it.
src/components/
core/
Header.tsx
→
src/components/Header.tsx
+
5
−
5
View file @
853cf3a4
import
React
from
"
react
"
;
import
Logo
from
"
./Logo
"
;
import
Menu
from
"
./Menu
"
;
import
logoSig
from
"
../
../
images/logo-egeo.png
"
;
import
MenuMobile
from
"
./menuMobile
"
;
import
Profil
from
"
./Profil
"
;
import
Logo
from
"
./
core/
Logo
"
;
import
Menu
from
"
./
core/
Menu
"
;
import
logoSig
from
"
../images/logo-egeo.png
"
;
import
MenuMobile
from
"
./
core/
menuMobile
"
;
import
Profil
from
"
./
core/
Profil
"
;
interface
Iheader
{
className
?:
string
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment