Add table of all storage locations
This commit is contained in:
@@ -345,7 +345,7 @@ export function Classes(props) {
|
||||
<Container>
|
||||
<Header size='large'>Class List</Header>
|
||||
|
||||
<p><Link to={'/courses'}>Click here to view the list of all courses.</Link></p>
|
||||
<p><Link to={'/courses'}>View the list of all courses.</Link></p>
|
||||
|
||||
{!!user && !!classes.length && !!classes.filter(byTeaching).length &&
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user