We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 498a3da + b36da7f commit eacc624Copy full SHA for eacc624
1 file changed
src/components/shared/Drawer/ListItems.js
@@ -98,9 +98,7 @@ export function BottomListItems() {
98
<ListSubheader>
99
<Typography variant="overline" className={classes.headers}>Community</Typography>
100
</ListSubheader>
101
- <ListItem button>
102
- <Typography variant="body2"> Learn about us </Typography>
103
- </ListItem>
+ <ListItemLink to="/about" primary="Learn about us" data-testid="LearnAboutUs"/>
104
</List>
105
);
106
}
0 commit comments