aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--envshare/app/layout.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/envshare/app/layout.tsx b/envshare/app/layout.tsx
index 1bb4b68..e7d8419 100644
--- a/envshare/app/layout.tsx
+++ b/envshare/app/layout.tsx
@@ -28,8 +28,8 @@ export default function RootLayout({
<div className="flex flex-col gap-1 px-6 py-12 mx-auto text-xs text-center text-zinc-700 max-w-7xl lg:px-8">
<p>
Built by{" "}
- <Link href="https://twitter.com/chronark_" className="font-semibold duration-150 hover:text-zinc-200">
- @chronark_
+ <Link href="https://github.com/HsiangNianian" className="font-semibold duration-150 hover:text-zinc-200">
+ @简律纯
</Link>
and{" "}
<Link