Skip to content

Commit a26297b

Browse files
abs url for icons
1 parent 72565a2 commit a26297b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export function MermaidInit(addlinks = true) {
185185
name: "aws",
186186
loader: () =>
187187
fetch(
188-
"/assets/aws-icons-mermaid.json"
188+
"https://raw.githubusercontent.com/NHSDigital/nhs-notify-digital-letters/refs/heads/main/docs/assets/aws-icons-mermaid.json"
189189
).then((res) => res.json()),
190190
},
191191
]);

0 commit comments

Comments
 (0)