mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
fix: footer text
This commit is contained in:
parent
2f04cceb1d
commit
ff39d67620
@ -7,7 +7,7 @@ export default function Footer() {
|
|||||||
return (
|
return (
|
||||||
<footer className="mx-auto w-full max-w-5xl">
|
<footer className="mx-auto w-full max-w-5xl">
|
||||||
<section className="flex flex-col">
|
<section className="flex flex-col">
|
||||||
<p className="mt-3 flex gap-1 text-[13px] font-light tracking-tight text-neutral-600/50 dark:text-neutral-300/50">
|
<div className="mt-3 flex gap-1 text-[13px] font-light tracking-tight text-neutral-600/50 dark:text-neutral-300/50">
|
||||||
{t("p_146-598_Findthecodeon")}{" "}
|
{t("p_146-598_Findthecodeon")}{" "}
|
||||||
<a
|
<a
|
||||||
href="https://github.com/hamster1963/nezha-dash"
|
href="https://github.com/hamster1963/nezha-dash"
|
||||||
@ -21,7 +21,7 @@ export default function Footer() {
|
|||||||
>
|
>
|
||||||
{version}
|
{version}
|
||||||
</p>
|
</p>
|
||||||
</p>
|
</div>
|
||||||
<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 gap-2 text-[13px] font-light tracking-tight text-neutral-600/50 dark:text-neutral-300/50">
|
||||||
{t("section_607-869_2020")}
|
{t("section_607-869_2020")}
|
||||||
{new Date().getFullYear()}{" "}
|
{new Date().getFullYear()}{" "}
|
||||||
|
Loading…
Reference in New Issue
Block a user