File tree Expand file tree Collapse file tree
apps/petri-net-checks/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 color : # 4b5563 ;
1616}
1717
18+
19+ .petri-net-note {
20+ border-left : 4px solid # 0ea5e9 ;
21+ background : # f0f9ff ;
22+ color : # 0f172a ;
23+ padding : 0.75rem 1rem ;
24+ border-radius : 8px ;
25+ }
26+
27+ .petri-net-note strong {
28+ color : # 075985 ;
29+ }
30+
1831.petri-net-actions {
1932 display : flex;
2033 flex-wrap : wrap;
Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ export default function App() {
1010 app, or open it directly in a new tab.
1111 </ p >
1212 </ header >
13+ < section className = "petri-net-note" aria-label = "Usage tips" >
14+ < strong > Quick tip:</ strong > Use the static fallback in a separate tab to
15+ compare flow states side-by-side while you explore the embedded view.
16+ </ section >
1317 < div className = "petri-net-actions" >
1418 < a className = "btn" href = "./static.html" > Open static fallback</ a >
1519 < a className = "btn" href = "../../index.html" > Back to app index</ a >
You can’t perform that action at this time.
0 commit comments