Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
Moecube Store
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
Moecube Store
Commits
b0c99d53
Commit
b0c99d53
authored
Mar 08, 2017
by
2breakegg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wraning
parent
3b329283
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/App.js
src/App.js
+4
-4
No files found.
src/App.js
View file @
b0c99d53
...
...
@@ -11,7 +11,7 @@ import { Layout, Row, Col, Button, Card, Timeline, Dropdown, Menu, Icon } from '
const
{
Content
,
Footer
,
Header
}
=
Layout
import
Nav
_
Mobile
from
'
./Nav
'
import
NavMobile
from
'
./Nav
'
...
...
@@ -120,10 +120,10 @@ export default class App extends Component {
{
!
isMobile
?
(
<
Header
style
=
{{
width
:
'
100%
'
}}
>
<
Nav
_
Mobile
isMobile
=
{
isMobile
}
/
>
<
NavMobile
isMobile
=
{
isMobile
}
/
>
<
/Header>
)
:
(
<
Header
style
=
{{
width
:
'
100%
'
,
padding
:
0
}}
>
<
Nav
_
Mobile
isMobile
=
{
isMobile
}
/
>
<
NavMobile
isMobile
=
{
isMobile
}
/
>
<
/Header
>
)}
<
Content
className
=
"
App-Content1
"
>
...
...
@@ -304,7 +304,7 @@ export default class App extends Component {
<
Footer
>
<
div
>
<
Dropdown
overlay
=
{
menu
}
trigger
=
{[
'
click
'
]}
>
{
language
==
'
en-US
'
?
{
language
==
=
'
en-US
'
?
(
<
a
className
=
"
ant-dropdown-link changelanguage
"
href
=
"
#
"
>
<
img
alt
=
"
img
"
src
=
{
require
(
'
../public/USFlag.png
'
)}
/
>
&
nbsp
;
English
<
Icon
type
=
"
down
"
class
=
"
flag
"
/>
...
...
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