Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tutorial page bug #141

Merged
merged 2 commits into from
Jul 8, 2021
Merged

tutorial page bug #141

merged 2 commits into from
Jul 8, 2021

Conversation

rijusougata13
Copy link
Contributor

@rijusougata13 rijusougata13 commented Jul 6, 2021

tutorial page bug

Description

fixed bug in tutorial page

Related Issue

fixed #140

How Has This Been Tested?

with npm

Screenshots or GIF (In case of UI changes):

simplescreenrecorder-2021-07-06_17 50 48

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@@ -23,7 +23,7 @@ const TutorialCard = ({
image={
icon
? icon
: 'https://zos.alipayobjects.com/rmsportal/ODTLcjxAfvqbxHnVXCYX.png'
: "https://zos.alipayobjects.com/rmsportal/ODTLcjxAfvqbxHnVXCYX.png"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better if we can add this to local assets. Not sure what would happen in the future to the image in the URL

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay I am moving this to assets folder.

@rijusougata13 rijusougata13 mentioned this pull request Jul 6, 2021
8 tasks
@charithccmc charithccmc merged commit 369c61d into scorelab:master Jul 8, 2021
This was referenced Jul 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug in tutorial page
4 participants