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
9a689c3d
Commit
9a689c3d
authored
2 years ago
by
Tojo
Browse files
Options
Downloads
Patches
Plain Diff
remonte list media social
parent
ea7ec5e4
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/SocialMediaList.tsx
+6
-6
6 additions, 6 deletions
src/components/SocialMediaList.tsx
with
7 additions
and
7 deletions
index.js
+
1
−
1
View file @
9a689c3d
...
...
@@ -26,4 +26,4 @@ export { default as Carousel } from "./src/components/core/Carousel";
export
{
default
as
Logo
}
from
"
./src/components/core/Logo
"
;
// SocialMediaList components
export
{
default
as
SocialMediaList
}
from
"
./src/components/
core/
socialmedialist
"
;
export
{
default
as
SocialMediaList
}
from
"
./src/components/socialmedialist
"
;
This diff is collapsed.
Click to expand it.
src/components/
core/
SocialMediaList.tsx
→
src/components/SocialMediaList.tsx
+
6
−
6
View file @
9a689c3d
import
React
from
'
react
'
import
Logo
from
'
./Logo
'
import
facebook
from
'
../
../
icons/facebook.png
'
;
import
youtube
from
'
../
../
icons/youtube.png
'
;
import
linkedin
from
'
../
../
icons/linkedin.png
'
;
import
twitter
from
'
../
../
icons/twitter.png
'
;
import
instagram
from
'
../
../
icons/instagram.png
'
;
import
Logo
from
'
./
core/
Logo
'
import
facebook
from
'
../icons/facebook.png
'
;
import
youtube
from
'
../icons/youtube.png
'
;
import
linkedin
from
'
../icons/linkedin.png
'
;
import
twitter
from
'
../icons/twitter.png
'
;
import
instagram
from
'
../icons/instagram.png
'
;
interface
ISocialMediaList
{
logo
?:
any
,
...
...
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