Skip to content

Commit

Permalink
feature: fix #5
Browse files Browse the repository at this point in the history
  • Loading branch information
einazare committed Mar 13, 2020
1 parent a4acd2a commit 5d6b96d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/components/Navbars/ExamplesNavbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ import {
Nav,
Container,
Row,
Col
Col,
UncontrolledTooltip
} from "reactstrap";

class PagesNavbar extends React.Component {
Expand Down Expand Up @@ -88,15 +89,16 @@ class PagesNavbar extends React.Component {
<Container>
<div className="navbar-translate">
<NavbarBrand
data-placement="bottom"
to="/"
rel="noopener noreferrer"
title="Designed and Coded by Creative Tim"
id="navbar-brand"
tag={Link}
>
<span>BLK• </span>
Design System React
</NavbarBrand>
<UncontrolledTooltip placement="bottom" target="navbar-brand">
Designed and Coded by Creative Tim
</UncontrolledTooltip>
<button
aria-expanded={this.state.collapseOpen}
className="navbar-toggler navbar-toggler"
Expand Down

0 comments on commit 5d6b96d

Please sign in to comment.