Skip to content

Commit

Permalink
fix: open /release in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Mar 6, 2023
1 parent 10e0aee commit 2152215
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export default function Header({
<a
className="ml-3 hidden items-center rounded-full bg-sky-400/10 py-1 px-3 text-xs font-medium leading-5 text-sky-600 hover:bg-sky-400/20 dark:text-sky-400 xl:flex"
href="/release"
target="_blank"
>
<strong className="font-semibold">更新日志 v0.0.1</strong>
<svg
Expand All @@ -57,7 +58,9 @@ export default function Header({
>
<circle cx="1" cy="1" r="1"></circle>
</svg>
<span className="ml-2 min-[1372px]:hidden">开源项目,开发者日记</span>
<span className="ml-2 min-[1372px]:hidden">
开源项目,开发者日记
</span>
<span className="ml-2 hidden min-[1372px]:inline">
开源项目,开发者日记
</span>
Expand Down

1 comment on commit 2152215

@vercel
Copy link

@vercel vercel bot commented on 2152215 Mar 6, 2023

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.