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

Fix Breadcrumb html

Line 44 of Breadcumb html should be :     <div style="margin: 0 8px;">/</div> ?
This commit is contained in:
Rusco
2019-12-03 10:33:28 +00:00
committed by GitHub
parent 46cf1de962
commit 12caf34579

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 -->
...