Merge pull request #4969 from penpot/superalex-fix-storybook-css-path

🐛 Fix storybook css path
This commit is contained in:
Belén Albeza 2024-08-07 09:31:00 +02:00 committed by GitHub
commit 3917215952
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
<link href="/css/ds.css?ts={{& ts}}" rel="stylesheet" type="text/css" />
<link href="./css/ds.css?ts={{& ts}}" rel="stylesheet" type="text/css" />
<style>
body {
overflow-y: scroll;