Skip to content

Commit

Permalink
fix(website): change breadcrumb slash from aside to span (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
SiTaggart committed Oct 15, 2019
1 parent b892866 commit e637eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/paste-website/src/components/breadcrumb/index.tsx
Expand Up @@ -3,7 +3,7 @@ import styled from '@emotion/styled';
import {themeGet} from 'styled-system';
import {Link} from 'gatsby';

const CrumbSlashStyled = styled.aside(props => ({
const CrumbSlashStyled = styled.span(props => ({
padding: `0 ${themeGet('space.space20')(props)}`,
display: 'inline',
color: themeGet('textColors.colorTextWeak')(props),
Expand Down

1 comment on commit e637eb4

@vercel
Copy link

@vercel vercel bot commented on e637eb4 Oct 15, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.