Skip to content

Commit eacc624

Browse files
authored
Merge pull request #171 from openpracticelibrary/activate-drawer-about-link
Activated About page link in drawer
2 parents 498a3da + b36da7f commit eacc624

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/components/shared/Drawer/ListItems.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,7 @@ export function BottomListItems() {
9898
<ListSubheader>
9999
<Typography variant="overline" className={classes.headers}>Community</Typography>
100100
</ListSubheader>
101-
<ListItem button>
102-
<Typography variant="body2"> Learn about us </Typography>
103-
</ListItem>
101+
<ListItemLink to="/about" primary="Learn about us" data-testid="LearnAboutUs"/>
104102
</List>
105103
);
106104
}

0 commit comments

Comments
 (0)