Skip to content

Commit

Permalink
fix(frontend): re-add files item in nav (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelB committed Jan 6, 2021
1 parent 763774f commit 3e2879d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion targets/frontend/src/components/layout/Nav.js
Expand Up @@ -118,7 +118,9 @@ export function Nav() {
</ActiveLink>
</Li>
<Li>
<ActiveLink href={`/storage/${CONTAINER_NAME}`} passHref />
<ActiveLink href={`/storage/${CONTAINER_NAME}`} passHref>
Fichiers
</ActiveLink>
</Li>
</List>
</Box>
Expand Down

0 comments on commit 3e2879d

Please sign in to comment.