mirror of
https://github.com/woodchen-ink/nezha-dash-v1.git
synced 2025-07-18 09:31:55 +08:00
ui: space between
This commit is contained in:
parent
b6b9eae76d
commit
4a31703094
5142
package-lock.json
generated
Normal file
5142
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -5,17 +5,17 @@ const Footer: React.FC = () => {
|
|||||||
return (
|
return (
|
||||||
<footer className="mx-auto w-full max-w-5xl px-4 lg:px-0 pb-4">
|
<footer className="mx-auto w-full max-w-5xl px-4 lg:px-0 pb-4">
|
||||||
<section className="flex flex-col">
|
<section className="flex flex-col">
|
||||||
<section className="mt-1 flex items-center gap-2 text-[13px] font-light tracking-tight text-neutral-600/50 dark:text-neutral-300/50">
|
<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">
|
||||||
©2020-{new Date().getFullYear()}{" "}
|
<p>©2020-{new Date().getFullYear()}{" "}
|
||||||
<a href={"https://github.com/naiba/nezha"} target="_blank">
|
<a href={"https://github.com/naiba/nezha"} target="_blank">
|
||||||
Nezha
|
Nezha
|
||||||
</a>
|
</a></p>
|
||||||
<a
|
<p>Theme by <a
|
||||||
href={"https://github.com/hamster1963/nezha-dash-react"}
|
href={"https://github.com/hamster1963/nezha-dash-react"}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
Nezha-Dash
|
Nezha-Dash
|
||||||
</a>
|
</a></p>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
</footer>
|
</footer>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user