Skip to content

Commit

Permalink
docs: add communit report blog
Browse files Browse the repository at this point in the history
Signed-off-by: laixingyou <laixy7@gmail.com>
  • Loading branch information
coder-sett committed Jan 9, 2024
1 parent e095596 commit d8a75e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ const Header: React.FC<{
<Translate id={'header.lab'} />
</a>

<Link href="/blog" className={'mx-6 px-2.5 font-medium text-white'}>
<Link
href="/blog"
className={'mx-6 px-2.5 font-medium text-white 2xl:mx-2'}
>
<Translate id={'header.news'} />
</Link>

Expand Down

1 comment on commit d8a75e2

@vercel
Copy link

@vercel vercel bot commented on d8a75e2 Jan 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.