mirror of
https://github.com/ourongxing/newsnow.git
synced 2025-01-19 03:09:14 +08:00
fix: inner a
This commit is contained in:
parent
6ac60b6143
commit
250fc4543a
@ -50,13 +50,15 @@ function RefreshButton() {
|
||||
export function Header() {
|
||||
return (
|
||||
<>
|
||||
<Link className="text-6 flex gap-2 items-center" to="/">
|
||||
<img src={logo} alt="logo" className="h-8" />
|
||||
<span className="font-mono">NewsNow</span>
|
||||
<a className="btn-pure text-sm mt--2">
|
||||
<div className="flex items-center">
|
||||
<Link className="text-6 flex gap-2 items-center" to="/">
|
||||
<img src={logo} alt="logo" className="h-8" />
|
||||
<span className="font-mono">NewsNow</span>
|
||||
</Link>
|
||||
<a className="btn-pure text-sm ml-1 mt--2">
|
||||
{`v${Version}`}
|
||||
</a>
|
||||
</Link>
|
||||
</div>
|
||||
<div className="flex gap-2 items-center">
|
||||
<RefreshButton />
|
||||
<ThemeToggle />
|
||||
|
Loading…
x
Reference in New Issue
Block a user