Skip to content

Commit

Permalink
feat: enable context menu to voice-card
Browse files Browse the repository at this point in the history
  • Loading branch information
olexh committed May 28, 2024
1 parent 7a6b16d commit 7dbeae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/voice-card.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import * as React from 'react';
import { FC } from 'react';

import ContentCard, {
Expand All @@ -20,6 +19,7 @@ const VoiceCard: FC<Props> = ({ person, anime, language, ...props }) => {
title={person.name_ua || person.name_en || person.name_native}
description={anime.title}
disableChildrenLink
withContextMenu
leftSubtitle={language.toUpperCase()}
{...props}
>
Expand Down

0 comments on commit 7dbeae5

Please sign in to comment.