Skip to content

Commit

Permalink
#56 Rename Documents and Dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
blms committed Nov 17, 2020
1 parent 0a1e8d2 commit ff25fef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/SecondNavbar/SecondNavbar.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {
Nav, Row, Col, Navbar, Breadcrumb, Container, Button, OverlayTrigger, Popover, Form, Card, ButtonGroup,
Nav, Row, Col, Navbar, Breadcrumb, Container,
} from 'react-bootstrap';
import {
InfoSquare, Filter, ShieldFillCheck, ChatLeftQuoteFill, PeopleFill, BookmarkFill, CalendarEventFill,
InfoSquare,
} from 'react-bootstrap-icons';

import FilterPopover from '../FilterPopover';
Expand All @@ -20,10 +20,10 @@ const SecondNavbar = ({
<Col sm={8}>
<Nav>
<Breadcrumb>
<Breadcrumb.Item active={type === 'dashboard'} href="/">Home</Breadcrumb.Item>
<Breadcrumb.Item active={type === 'dashboard'} href="/">Dashboard</Breadcrumb.Item>
{type === 'document' && (
<Breadcrumb.Item href="/documents" active={!title}>
Library
Documents
</Breadcrumb.Item>
)}
{type === 'group' && (
Expand Down

0 comments on commit ff25fef

Please sign in to comment.