Skip to content

Commit

Permalink
fix: build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnikenYT committed Jun 28, 2024
1 parent cae0826 commit 9f18771
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/stories/organisms/Hero/Hero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
<!-- Quick and dirty, hardcode Rotkäppchen -->
<Info
title="Rotkäppchen"
year="2024"
age="12"
episodes="1"
:year="2024"
:age="12"
:episodes="1"
genre="Fantasy"
description="Danny kann es nicht glauben, das Rotkäppchen wird vom Wolf gefressen? Mit einer selbstgebauten Zeitmaschine reist er in den Märchenwald, um Rotkäppchen zu beschützen."
:buttons="[{
text: 'Auf ZDF ansehen',
to: 'https://www.zdf.de/filme/spielfilme/herr-bergmanns-rotkaeppchen-100.html',
icon: Film
icon: FilmIcon
}]"
class="max-w-md" />

Expand Down

0 comments on commit 9f18771

Please sign in to comment.