Formatting

This commit is contained in:
Sidharth Vinod 2022-11-21 18:06:53 +05:30
parent a686255d9e
commit 89488b60a4
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
<h1>Journey diagram demo</h1>
<pre class="mermaid">
---
title: My working day
title: My working day
---
journey
accTitle: Very simple journey demo

View File

@ -32,7 +32,7 @@ const getStyles = (options) =>
text-anchor: middle;
font-size: 18px;
fill: ${options.textColor};
}
}
`;
export default getStyles;