Skip to content

Commit

Permalink
fixe link
Browse files Browse the repository at this point in the history
  • Loading branch information
elhoucine committed Jul 11, 2024
1 parent ec05b4e commit ce15d05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/admin/newportal/h5p/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const H5pList = () => {
<Link href="/admin/newportal/create">
<div style={{ cursor: 'pointer', display: 'flex', alignItems: 'center', marginBottom: '1rem' }}>
<BackArrow />
<h1 style={{ marginLeft: '10px' }}>Villages-mondes</h1>
<h1 style={{ marginLeft: '10px' }}>H5P</h1>
</div>
</Link>
<AdminTile
Expand All @@ -79,7 +79,7 @@ const H5pList = () => {
emptyPlaceholder={
<>
{"Vous n'avez pas encore de contenu H5P ! "}
<Link href="/admin/newportal/new" passHref>
<Link href="/admin/newportal/h5p/new" passHref>
<a className="text text--primary text--small">En créer un ?</a>
</Link>
</>
Expand Down

0 comments on commit ce15d05

Please sign in to comment.