Skip to content

Commit

Permalink
removed the image which is not the actual and added the image url whi…
Browse files Browse the repository at this point in the history
…ch is given yours
  • Loading branch information
chandankumarm55 authored Sep 23, 2024
1 parent 6f1ea4d commit e49cc58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docusaurus/website/src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import CodeBlock from '@theme/CodeBlock';
import clsx from 'clsx';

import styles from './styles.module.css';
import getStarted from './getstart.png'

const features = [
{
Expand Down Expand Up @@ -112,7 +111,7 @@ function Home() {
<img
className={ styles.featureImage }
alt="Easy to update"
src={ useBaseUrl('img/update.png') }
src="https://cdn.rawgit.com/facebook/create-react-app/27b42ac/screencast.svg"
/>
</div>
<div className="col col--5 col--offset-1">
Expand Down

0 comments on commit e49cc58

Please sign in to comment.