Remove breadcrumb ending slash

This commit is contained in:
Florian Scholdei
2021-01-19 11:31:54 +01:00
parent 2650472adb
commit 06161c616d
2 changed files with 1 additions and 6 deletions

View File

@@ -63,11 +63,6 @@ const PermaLinkWrapper = styled.div`
const BreadcrumbNav = styled.nav`
flex: 1;
margin: 1rem 0.5rem !important;
li:last-child:after {
color: #b5b5b5;
content: "\\0002f";
}
`;
const HomeIcon = styled(Icon)`