Skip to content

Commit

Permalink
BUG Don't add redundant href="#" to tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Mooyman authored and dhensby committed Apr 16, 2018
1 parent f68fcf2 commit 79e4f9c
Show file tree
Hide file tree
Showing 5 changed files with 195 additions and 14 deletions.
2 changes: 1 addition & 1 deletion client/dist/js/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/dist/styles/bundle.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion client/src/components/Tabs/Tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ class Tabs extends Component {
onClick={() => (this.toggle(child.props.name))}
disabled={child.props.disabled}
className={classNames}
href="#"
>
{child.props.title}
</NavLink>
Expand Down
1 change: 1 addition & 0 deletions client/src/components/Tabs/Tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
color: $text-muted;
padding: $nav-link-padding;
border-bottom-width: $nav-tabs-link-border-width;
cursor: pointer;

&:hover,
&:focus {
Expand Down
Loading

0 comments on commit 79e4f9c

Please sign in to comment.