We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4acd2a commit 5d6b96dCopy full SHA for 5d6b96d
1 file changed
src/components/Navbars/ExamplesNavbar.jsx
@@ -28,7 +28,8 @@ import {
28
Nav,
29
Container,
30
Row,
31
- Col
+ Col,
32
+ UncontrolledTooltip
33
} from "reactstrap";
34
35
class PagesNavbar extends React.Component {
@@ -88,15 +89,16 @@ class PagesNavbar extends React.Component {
88
89
<Container>
90
<div className="navbar-translate">
91
<NavbarBrand
- data-placement="bottom"
92
to="/"
93
- rel="noopener noreferrer"
94
- title="Designed and Coded by Creative Tim"
+ id="navbar-brand"
95
tag={Link}
96
>
97
<span>BLK• </span>
98
Design System React
99
</NavbarBrand>
+ <UncontrolledTooltip placement="bottom" target="navbar-brand">
100
+ Designed and Coded by Creative Tim
101
+ </UncontrolledTooltip>
102
<button
103
aria-expanded={this.state.collapseOpen}
104
className="navbar-toggler navbar-toggler"
0 commit comments