Skip to content

Commit f2bfb99

Browse files
committed
feat: add duplicate translation display in Podcasts component
1 parent bc14235 commit f2bfb99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/podcasts/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export default async function Podcasts() {
1010
<>
1111
<Header title={tMedia("podcast.podcasts")} />
1212
<MainWrapper>
13+
<p>{tMedia("podcast.podcasts")}</p>
1314
</MainWrapper>
1415
</>
1516
);

0 commit comments

Comments
 (0)