0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-11 23:31:21 -05:00

📚 Fix typo in RawSvg storybook docs

This commit is contained in:
Belén Albeza 2024-07-05 14:57:22 +02:00
parent fd1ab29920
commit cfbfda925b

View file

@ -24,5 +24,5 @@ For convenience, asset IDs are available in the component namespace.
```
```clj
[:> svg/svg-asset* {:asset svg/logo}]
[:> svg/raw-svg* {:asset svg/logo}]
```