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
507023fa
Unverified
Commit
507023fa
authored
Mar 18, 2020
by
Ray Schamp
Committed by
GitHub
Mar 18, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3749 from apple502j/images-403
Fix image links
parents
b8d59e52
7c7887ad
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
9 deletions
+9
-9
src/components/extension-landing/extension-requirements.jsx
src/components/extension-landing/extension-requirements.jsx
+2
-2
src/components/install-scratch/install-scratch.jsx
src/components/install-scratch/install-scratch.jsx
+3
-3
src/views/download/download.jsx
src/views/download/download.jsx
+3
-3
src/views/ideas/ideas.jsx
src/views/ideas/ideas.jsx
+1
-1
No files found.
src/components/extension-landing/extension-requirements.jsx
View file @
507023fa
...
...
@@ -35,14 +35,14 @@ const ExtensionRequirements = props => (
<
span
>
<
img
alt=
""
src=
"svgs/extensions/chromeos.svg"
src=
"
/
svgs/extensions/chromeos.svg"
/>
ChromeOS
</
span
>
<
span
>
<
img
alt=
""
src=
"svgs/extensions/android.svg"
src=
"
/
svgs/extensions/android.svg"
/>
Android 6.0+
</
span
>
...
...
src/components/install-scratch/install-scratch.jsx
View file @
507023fa
...
...
@@ -80,7 +80,7 @@ const InstallScratch = ({
target=
"_blank"
>
<
img
src=
"images/badges/windows-store-badge.svg"
src=
"
/
images/badges/windows-store-badge.svg"
/>
</
a
>
)
}
...
...
@@ -92,7 +92,7 @@ const InstallScratch = ({
target=
"_blank"
>
<
img
src=
"images/badges/mac-store-badge.svg"
src=
"
/
images/badges/mac-store-badge.svg"
/>
</
a
>
)
}
...
...
@@ -104,7 +104,7 @@ const InstallScratch = ({
target=
"_blank"
>
<
img
src=
"images/badges/google-play-badge.png"
src=
"
/
images/badges/google-play-badge.png"
/>
</
a
>
...
...
src/views/download/download.jsx
View file @
507023fa
...
...
@@ -78,7 +78,7 @@ class Download extends React.Component {
<
span
>
<
img
alt=
""
src=
"svgs/extensions/mac.svg"
src=
"
/
svgs/extensions/mac.svg"
/>
macOS 10.13+
</
span
>
...
...
@@ -87,14 +87,14 @@ class Download extends React.Component {
<
span
>
<
img
alt=
""
src=
"svgs/extensions/chromeos.svg"
src=
"
/
svgs/extensions/chromeos.svg"
/>
ChromeOS
</
span
>
<
span
>
<
img
alt=
""
src=
"svgs/extensions/android.svg"
src=
"
/
svgs/extensions/android.svg"
/>
Android 6.0+
</
span
>
...
...
src/views/ideas/ideas.jsx
View file @
507023fa
...
...
@@ -92,7 +92,7 @@ class Ideas extends React.Component {
className=
"tips-info-section tips-left"
>
<
div
className=
"ideas-image"
>
<
img
src=
"images/ideas/getting-started-illustration.svg"
/>
<
img
src=
"
/
images/ideas/getting-started-illustration.svg"
/>
</
div
>
<
div
>
<
h2
>
...
...
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