Skip to content

Commit

Permalink
updated css path
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten committed Dec 27, 2024
1 parent 4923f95 commit b68014a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/diagrams/common/Diagram.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,12 @@ function DiagramInner({

return (
<>
<link rel="stylesheet" href="/styles/diagrams.css" />
<link
rel="stylesheet"
href={
process.env.CI ? "/docs/styles/diagrams.css" : "/styles/diagrams.css"
}
/>

<div className={className}>
<ReactFlow
Expand Down

0 comments on commit b68014a

Please sign in to comment.