Skip to content

Commit

Permalink
Merge pull request #171 from indraraj/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
nicolethoen authored Dec 18, 2023
2 parents 01bdfb7 + 803d7a6 commit fbb0283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ You can use a similar technique to import assets from your local app, just prefi

```js
import loader from '@app/assets/images/loader.gif';
<img src={loader} alt="Content loading />
<img src={loader} alt="Content loading" />
```

## Vector image support
Expand Down

0 comments on commit fbb0283

Please sign in to comment.