Skip to content

Commit

Permalink
remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
menglin-eb committed Dec 13, 2024
1 parent 9943037 commit 97aecdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HeaderBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ const HeaderBar: NextPage = () => {
</HeaderMenu>
) :
<HeaderMenu href="/features/customer" linkTarget="_self">
{t('solutions')}123
{t('solutions')}
</HeaderMenu>
}
{isZh && (
Expand Down

0 comments on commit 97aecdc

Please sign in to comment.