Skip to content

Commit

Permalink
corrected image variable
Browse files Browse the repository at this point in the history
  • Loading branch information
alexispaljic committed Nov 8, 2024
1 parent 6a4c17f commit 5f7b684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/actualités/movie.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,14 @@ export const volumetricDescription = `
url="../../movie/capturevolumetrique"
/>

import pls from "assets//movie/pls.jpg";
import plspicture from "assets//movie/pls.jpg";
export const plsDescription = `
Vous mettrez en place une application VR de mise en sécurité d'une victime de malaise`;

<MovieProject
title="Assistance aux victimes de malaise - Formation VR"
author="Mines Paris"
image={pls}
image={plspicture}
description={plsDescription}
tags={["Interactions","Réalité Virtuelle","Programmation"]}
url="../../movie/pls"
Expand Down

0 comments on commit 5f7b684

Please sign in to comment.