File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ import {
3232 Nav ,
3333 Container ,
3434 Row ,
35- Col
35+ Col ,
36+ UncontrolledTooltip
3637} from "reactstrap" ;
3738
3839class 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"
You can’t perform that action at this time.
0 commit comments