Skip to content

Commit

Permalink
fix icon issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ekachxaidze98 committed Mar 22, 2024
1 parent e86b81a commit 60f7e1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions assets/tutorial.svg

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import ReactMarkdown from 'react-markdown'

import styles from './styles.css'
import { classNames } from '../../utils'
import tutorial from '../../../assets/tutorial.svg'

const DocumentationMembership = ({
headerTitle,
Expand All @@ -15,6 +14,7 @@ const DocumentationMembership = ({
docsTitle,
mulltyDocs,
handleContentOpen,
videoIcon,
}) => (
<div
className={classNames.use(styles.documentationWrapper, {
Expand Down Expand Up @@ -74,7 +74,7 @@ const DocumentationMembership = ({
className={styles.tutorialWrapper}
>
{item.tutorial?.text}
<img src={tutorial} alt="tutorial icon" />
<img src={videoIcon} alt="tutorial icon" />
</div>
)}
</div>
Expand Down

0 comments on commit 60f7e1d

Please sign in to comment.