Skip to content

Commit

Permalink
Update emoji and text for tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
iAdramelk committed Dec 3, 2019
1 parent 0ed8d9a commit 789ed86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Documentation/RightPanel/RightPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ export default class RightPanel extends React.PureComponent {
<>
<Description>
<span role="img" aria-label="bug">
🖥
</span>{' '}
Need a tutorial?
It can be run online
</Description>
{tutorialsData.map(([key, value]) => {
const ButtonComponent = icons[key] || ExternalButton
Expand Down

0 comments on commit 789ed86

Please sign in to comment.