Skip to content

Commit f6e193d

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

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

src/components/Navbars/IndexNavbar.jsx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ import {
3232
Nav,
3333
Container,
3434
Row,
35-
Col
35+
Col,
36+
UncontrolledTooltip
3637
} from "reactstrap";
3738

3839
class ComponentsNavbar extends React.Component {
@@ -97,15 +98,16 @@ class ComponentsNavbar extends React.Component {
9798
<Container>
9899
<div className="navbar-translate">
99100
<NavbarBrand
100-
data-placement="bottom"
101101
to="/"
102-
rel="noopener noreferrer"
103-
title="Designed and Coded by Creative Tim"
104102
tag={Link}
103+
id="navbar-brand"
105104
>
106105
<span>BLK• </span>
107106
Design System React
108107
</NavbarBrand>
108+
<UncontrolledTooltip placement="bottom" target="navbar-brand">
109+
Designed and Coded by Creative Tim
110+
</UncontrolledTooltip>
109111
<button
110112
aria-expanded={this.state.collapseOpen}
111113
className="navbar-toggler navbar-toggler"

0 commit comments

Comments
 (0)