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

Merge pull request #73 from rusco/patch-1

Fix Breadcrumb html
This commit is contained in:
phuoc-ng
2019-12-03 21:08:22 +07:00
committed by GitHub

View File

@@ -41,7 +41,7 @@ const Details: React.FC<{}> = () => {
<a>...</a>
<!-- Separator -->
<div style="margin: 0 8px;">/</span>
<div style="margin: 0 8px;">/</div>
<!-- Repeated items and separators -->
...