Skip to content

Commit

Permalink
Merge pull request #1733 from milvus-io/preview
Browse files Browse the repository at this point in the history
Preview
  • Loading branch information
shanghaikid authored Dec 20, 2024
2 parents e8d66d3 + e698c0e commit 4aeb32a
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 58 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"less": "^4.1.3",
"less-loader": "^11.0.0",
"lucide-react": "^0.379.0",
"next": "^14.2.10",
"next": "^14.2.15",
"next-mdx-remote": "^5.0.0",
"next-sitemap": "^4.2.3",
"next-with-less": "^3.0.1",
Expand Down
112 changes: 56 additions & 56 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 4aeb32a

Please sign in to comment.