Skip to content

Commit f856540

Browse files
committed
Fix playground stylesheet URL
1 parent 5876db1 commit f856540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Playground.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export function Playground({ className, ...props }) {
9797
{...props}
9898
>
9999
<style jsx>{`
100-
@import url('https://cdn.jsdelivr.net/gh/minizinc/minizinc-playground@library/dist/style.css');
100+
@import url('https://cdn.jsdelivr.net/gh/minizinc/minizinc-playground@library/dist/minizinc-playground.css');
101101
`}</style>
102102
<Container>
103103
<div className="mx-auto max-w-2xl text-center">

0 commit comments

Comments
 (0)