1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-06 14:16:50 +02:00

Update Details.tsx

Looks like a copy&paste error, the deleted code was from «Questions and answers», right?
This commit is contained in:
Martin Schilliger
2020-11-03 11:24:39 +01:00
committed by GitHub
parent 8903ddac6a
commit 567103cb6b

View File

@@ -154,26 +154,6 @@ const Details: React.FC<{}> = () => {
<!-- Repeat other item -->
...
</div>
<div style="
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
">
<!-- Heading -->
<div style="
display: flex;
align-items: center;
justify-content: space-between;
">
<!-- Question -->
...
<!-- The toggle icon sticks to the right -->
...
</div>
<!-- Answer -->
</div>
`}
/>
</div>