mirror of
https://gitea.tendokyu.moe/ppc/amnet.git
synced 2026-09-22 22:28:22 +03:00
update footer
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export function AMFooter(props: {children?: Readonly<React.ReactNode>, className?: string}) {
|
||||
return (<footer className={props.className ?? "flex sm:justify-start justify-center"}>
|
||||
<span className="text-gray-500 text-sm text-center">AMNet © ppc {new Date().getUTCFullYear()}</span>
|
||||
return (<footer className={props.className ?? "flex sm:justify-end justify-center"}>
|
||||
<span className="text-gray-500 text-sm text-center">© ppc {new Date().getUTCFullYear()}</span>
|
||||
{props.children}
|
||||
</footer>);
|
||||
}
|
||||
@@ -32,8 +32,8 @@ import {
|
||||
|
||||
import {AMFooter} from "@/components/am-footer.tsx";
|
||||
import {AMHeader} from "@/components/am-header.tsx";
|
||||
import {AMCard, AMCardDetail} from "@/components/am-card.tsx";
|
||||
import {AMNET_API_VERSION} from "@/lib/aime-net.ts";
|
||||
import {AMCard, AMCardDetail} from "@/components/am-card.tsx";
|
||||
|
||||
const serverAdditionSchema = z.object({
|
||||
address: z.string().startsWith("http")
|
||||
|
||||
Reference in New Issue
Block a user