Skip to content

Commit

Permalink
Update GettingStarted.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
29deepanshutyagi authored Oct 18, 2024
1 parent a761501 commit 2e31914
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/GettingStarted.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,15 +241,15 @@ const GettingStarted = () => {
<Image
src='/icons/green-tick.svg'
alt='green tick'
width={24} // Width of the icon
height={24} // Height of the icon
width={24}

Check failure on line 244 in components/GettingStarted.tsx

View workflow job for this annotation

GitHub Actions / Code Quality Checks

Delete `·`
height={24}

Check failure on line 245 in components/GettingStarted.tsx

View workflow job for this annotation

GitHub Actions / Code Quality Checks

Delete `·`
/>
) : (
<Image
src='/icons/red-cross.svg'
alt='red cross'
width={24} // Width of the icon
height={24} // Height of the icon
width={24}
height={24}

Check failure on line 252 in components/GettingStarted.tsx

View workflow job for this annotation

GitHub Actions / Code Quality Checks

Delete `·`
/>
)}
</div>
Expand Down

0 comments on commit 2e31914

Please sign in to comment.