creativetimofficial / ct-black-dashboard-pro-react

Black Dashboard PRO React: A premium Boostrap & Reactstrap Admin Template
https://www.creative-tim.com/product/black-dashboard-pro-react
40 stars 18 forks source link

How to load footer link on the right side? #34

Closed ntanwir closed 3 years ago

ntanwir commented 4 years ago

What is your enhancement?

As of right now, when we click on the footer links, they can either open on the same page or in a new tab. I wish to open them on the right side just like other links in the sidebar.

how do I do that?

einazare commented 4 years ago

Hello there, @ntanwir ,

Thank you for your interest in working with our products. At the moment we do not have a tutorial or that. I've spoken with my superiors, and they decided not to add this feature to our product. I'll leave your issue open for ~30 days with the tag help wanted and maybe someone from our community will come to your aid.

If not, we have a dedicated team for custom development here: https://services.creative-tim.com/?ref=ct-footer

Best, Manu

0xGREG commented 3 years ago

You can use the NavLink component:

Example: <NavLink to="/auth/login" className="nav-link"> <i className="tim-icons icon-single-02" /> Login </NavLink>