Skip to content

Commit 5d6b96d

Browse files
committed
feature: fix #5
1 parent a4acd2a commit 5d6b96d

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

src/components/Navbars/ExamplesNavbar.jsx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ import {
2828
Nav,
2929
Container,
3030
Row,
31-
Col
31+
Col,
32+
UncontrolledTooltip
3233
} from "reactstrap";
3334

3435
class PagesNavbar extends React.Component {
@@ -88,15 +89,16 @@ class PagesNavbar extends React.Component {
8889
<Container>
8990
<div className="navbar-translate">
9091
<NavbarBrand
91-
data-placement="bottom"
9292
to="/"
93-
rel="noopener noreferrer"
94-
title="Designed and Coded by Creative Tim"
93+
id="navbar-brand"
9594
tag={Link}
9695
>
9796
<span>BLK• </span>
9897
Design System React
9998
</NavbarBrand>
99+
<UncontrolledTooltip placement="bottom" target="navbar-brand">
100+
Designed and Coded by Creative Tim
101+
</UncontrolledTooltip>
100102
<button
101103
aria-expanded={this.state.collapseOpen}
102104
className="navbar-toggler navbar-toggler"

0 commit comments

Comments
 (0)