Skip to content

Commit

Permalink
small declaration fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mathildedd committed Nov 17, 2024
1 parent 4573348 commit caccde3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export async function HeroVideo({ lang, region }: DefaultParams) {
<div className="relative h-[calc(100svh)] w-full">
<MuxVideoComponent
translations={{
subtitles: translator.t<{ text: string }[]>('video-subtitle'),
subtitles: translator.t<string>('video-subtitle'),
}}
lang={lang}
region={region}
Expand Down

0 comments on commit caccde3

Please sign in to comment.