generated from Luis/nextjs-python-web-template
A lot of Diagram Fixes as well as other code changes #70
@@ -267,7 +267,8 @@ const SequenceDiagram = () => {
|
|||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
key={index}
|
key={index}
|
||||||
className="flex items-center gap-5 mb-8"
|
style={{ marginBottom: 12 }}
|
||||||
|
className="flex items-center gap-5"
|
||||||
>
|
>
|
||||||
<Chip label={sequenceNr ? sequenceNr : ++index} />
|
<Chip label={sequenceNr ? sequenceNr : ++index} />
|
||||||
<Card style={{ padding: 10 }} className="w-full">
|
<Card style={{ padding: 10 }} className="w-full">
|
||||||
|
|||||||
Reference in New Issue
Block a user