Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
26131309
Commit
26131309
authored
Oct 13, 2020
by
rschamp
Committed by
Karishma Chadha
Oct 22, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More lint
parent
a558c23f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
src/components/world-map/world-map.jsx
src/components/world-map/world-map.jsx
+1
-1
src/views/annual-report/annual-report.jsx
src/views/annual-report/annual-report.jsx
+5
-3
No files found.
src/components/world-map/world-map.jsx
View file @
26131309
...
...
@@ -66,7 +66,7 @@ const WorldMap = props => (
pad
:
0
,
autoexpand
:
true
},
//autosize: true,
//
autosize: true,
width
:
props
.
mapWidth
,
height
:
props
.
mapHeight
}
...
...
src/views/annual-report/annual-report.jsx
View file @
26131309
...
...
@@ -841,6 +841,7 @@ class AnnualReport extends React.Component {
</
div
>
</
div
>
<
div
className=
"initiatives-subsection-content"
>
{
/* eslint-disable max-len */
}
<
div
className=
"inner"
>
<
div
className=
"subsection-tag"
>
<
FormattedMessage
id=
"annualReport.communitySpotlight"
/>
...
...
@@ -856,9 +857,9 @@ class AnnualReport extends React.Component {
<
FormattedMessage
id=
"annualReport.communityTeamIntro2"
/>
</
p
>
</
div
>
<
img
className=
"hero"
src=
"/images/annual-report/initiatives/community-hero.png"
<
img
className=
"hero"
src=
"/images/annual-report/initiatives/community-hero.png"
/>
<
div
className=
"moderation-and-guidelines"
>
<
div
className=
"community-moderation"
>
...
...
@@ -1091,6 +1092,7 @@ class AnnualReport extends React.Component {
</
div
>
</
div
>
</
div
>
{
/* eslint-enable max-len */
}
</
div
>
<
div
className=
"initiatives-schools"
>
<
div
className=
"initiatives-subsection-header schools"
>
...
...
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