Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolarosa committed Jun 9, 2024
1 parent ccd0e69 commit d60e5b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ layout: home
</template>
<template #content>
<video controls >
<source src="/images/tutorial-discover/ro-crate-paper.mp4" type="video/mp4" />
<source src="/images/guide-discover/ro-crate-paper.mp4" type="video/mp4" />
</video>
</template>
</InfoPanelComponent>
Expand All @@ -187,7 +187,7 @@ layout: home
<template #content>
<iframe
class="border border-solid border-gray-400 p-2"
src="/images/tutorial-discover/budget-papers-conversation.pdf"
src="/images/guide-discover/budget-papers-conversation.pdf"
width="100%" height="500">
</iframe>
</template>
Expand Down

0 comments on commit d60e5b0

Please sign in to comment.