mirror of
https://github.com/Buriburizaem0n/nezha-dash-v1.git
synced 2026-05-06 13:58:43 +00:00
feat: server group
This commit is contained in:
@@ -6,16 +6,21 @@ const Footer: React.FC = () => {
|
||||
<footer className="mx-auto w-full max-w-5xl px-4 lg:px-0 pb-4">
|
||||
<section className="flex flex-col">
|
||||
<section className="mt-1 flex items-center justify-between gap-2 text-[13px] font-light tracking-tight text-neutral-600/50 dark:text-neutral-300/50">
|
||||
<p>©2020-{new Date().getFullYear()}{" "}
|
||||
<p>
|
||||
©2020-{new Date().getFullYear()}{" "}
|
||||
<a href={"https://github.com/naiba/nezha"} target="_blank">
|
||||
Nezha
|
||||
</a></p>
|
||||
<p>Theme by <a
|
||||
href={"https://github.com/hamster1963/nezha-dash-react"}
|
||||
target="_blank"
|
||||
>
|
||||
Nezha-Dash
|
||||
</a></p>
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
Theme by{" "}
|
||||
<a
|
||||
href={"https://github.com/hamster1963/nezha-dash-react"}
|
||||
target="_blank"
|
||||
>
|
||||
Nezha-Dash
|
||||
</a>
|
||||
</p>
|
||||
</section>
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user