Skip to content

Commit

Permalink
f (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttizze authored Sep 18, 2024
2 parents a5d343b + f0fe093 commit 8a7f8d5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ export function SourceTextAndTranslationSection({
}) {
return (
<>
<span className={`inline-block text-gray-500 ${sourceTextClassName}`}>
<span
className={`inline-block text-gray-500 dark:text-gray-400 ${sourceTextClassName}`}
>
{isPublished === false && <Lock className="h-6 w-6 mr-1 inline" />}
{elements}
</span>
Expand Down

0 comments on commit 8a7f8d5

Please sign in to comment.