Skip to content

Commit

Permalink
Merge pull request #33 from illacloud/feat/solution-mdx
Browse files Browse the repository at this point in the history
fix: index desc sort
  • Loading branch information
Wangtaofeng authored Jan 3, 2024
2 parents d268390 + 9526196 commit 6753faf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/home/Index/PC/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ const BannerPC: FC<IBannerPCProps> = (props) => {
<span className={style.descStyle}>
<Interpolate
values={{
businessApp: (
AIAgent: (
<span className={style.colorDescLeftStyle}>
<Translate id="website_4.description.ai_agent">
AI Agent
</Translate>
</span>
),
AIAgent: (
businessApp: (
<span className={style.colorDescRightStyle}>
<Translate id="website_4.description.business_app">
business app
Expand Down

0 comments on commit 6753faf

Please sign in to comment.