Skip to content

Commit

Permalink
fix(styleguide): link properly to github
Browse files Browse the repository at this point in the history
- remove badge for Responsive component
  • Loading branch information
lzcabrera authored and theetrain committed Jan 25, 2018
1 parent 29366b2 commit 3fe40d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion docs/components/Logo/Logo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Logo = () => (

<Box horizontal={1} vertical={2}>
<ChevronLink
href="//github.com/telusdigital/tds/tree/master/guide"
href="https://github.com/telusdigital/tds/tree/master/guide"
variant="secondary"
direction="left"
>
Expand Down
2 changes: 0 additions & 2 deletions src/components/Responsive/Responsive.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ const breakpoints = {

/**
* Respond to device features, most commonly the browser viewport size.
*
* <span class="docs--badge__new">new</span> <span class="docs--badge__version">v0.31.0</span>
*/
const Responsive = ({ minWidth, maxWidth, query, children, ...rest }) => {
if (!minWidth && !maxWidth) {
Expand Down

0 comments on commit 3fe40d8

Please sign in to comment.