Skip to content

Commit

Permalink
i18n: translate extensions.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jingsam committed Aug 26, 2024
1 parent 1b3df30 commit 5290c75
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 136 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const ExtensionCard = ({ extension }: ExtensionCardProps) => {
)}

<div className={cn('flex h-full flex-col gap-y-3 py-3', X_PADDING)}>
<p className="text-sm text-foreground-light capitalize-sentence">{extension.comment}</p>
<p className="text-sm text-foreground-light capitalize-sentence">{(extensionMeta || extension).comment}</p>
<div className="flex items-center gap-x-2">
{extensionMeta?.github_url && (
<Button asChild type="default" icon={<Github />} className="rounded-full">
Expand Down
Loading

0 comments on commit 5290c75

Please sign in to comment.