Skip to content

Commit

Permalink
minor design changes to online tutorial buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
shcheklein committed Dec 4, 2019
1 parent 803cc71 commit 0a0d69a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Documentation/RightPanel/RightPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export default class RightPanel extends React.PureComponent {
<span role="img" aria-label="bug">
▶️
</span>{' '}
It can be run online
It can be run online:
</Description>
<Tutorials tutorials={tutorials} />
<br />
Expand Down
2 changes: 1 addition & 1 deletion src/Documentation/Tutorials.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const ExternalButton = styled(LightButton)`

const KatacodaButton = styled(ExternalButton)`
i {
background-image: url(/static/tutorial-icons/katacoda.png);
background-image: url(/static/img/katacoda_grey_small.png);
width: 24px;
height: 24px;
}
Expand Down
Binary file added static/img/katacoda_grey_small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/tutorial-icons/katacoda.png
Binary file not shown.

0 comments on commit 0a0d69a

Please sign in to comment.