Skip to content

Commit

Permalink
Merge pull request #1732 from milvus-io/fix/deel-alt
Browse files Browse the repository at this point in the history
fix: deel img alt
  • Loading branch information
shanghaikid authored Dec 20, 2024
2 parents 9b94559 + 7e6a2b8 commit 925a015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/language-selector/LanguageSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export const LanguageSelector: FC<Props> = props => {
{showDeepLogo && (
<p className="flex items-center mt-[8px] text-[#042B48] opacity-50 text-[11px] font-400">
<span className="mr-[6px]">{t('translate.by')}</span>
<img src={DeepLogo.src} height={16} alt="DeepLogo" />
<img src={DeepLogo.src} height={16} alt="DeepL" />
</p>
)}
</div>
Expand Down

0 comments on commit 925a015

Please sign in to comment.