Skip to content
Snippets Groups Projects
Commit c067680b authored by Manjusha K's avatar Manjusha K
Browse files

sidebar

parent 12f56796
Branches
No related tags found
No related merge requests found
......@@ -48,14 +48,6 @@
align-items: center;
justify-content: space-between;
}
/* .sidenav-header {
height: 78px;
text-align: center;
}
.align-items-center {
align-items: center !important;
} */
.sidenav-header {
height: 78px;
......
import React from "react";
import "../../../style/common/icons.scss";
export const SideBarData = [
......
import React from "react";
import PropTypes from "prop-types";
// import PropTypes from "prop-types";
import { SideBarData } from "./SideBarData";
import { SideBarDocumentationData } from "./SideBarData";
import { Logo } from "../../../assets/img/index";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment