From fa650b99f78c4d07fef255f65ccc82df1b04778a Mon Sep 17 00:00:00 2001 From: Innei Date: Mon, 18 Mar 2024 18:37:24 +0800 Subject: [PATCH] fix: my domain copyright Signed-off-by: Innei --- src/app/(app)/layout.tsx | 2 +- src/components/common/ErrorBoundary.tsx | 4 ++-- src/components/layout/footer/config.ts | 2 +- src/components/ui/link/MLink.tsx | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/(app)/layout.tsx b/src/app/(app)/layout.tsx index 92b442424a..f548e4643d 100644 --- a/src/app/(app)/layout.tsx +++ b/src/app/(app)/layout.tsx @@ -201,7 +201,7 @@ const SayHi = () => { 'margin: 1em 0; padding: 5px 0; background: #efefef;', ) console.log( - `%c Shiro ${window.version} %c https://innei.ren `, + `%c Shiro ${window.version} %c https://innei.in `, 'color: #fff; margin: 1em 0; padding: 5px 0; background: #39C5BB;', 'margin: 1em 0; padding: 5px 0; background: #efefef;', ) diff --git a/src/components/common/ErrorBoundary.tsx b/src/components/common/ErrorBoundary.tsx index a125f6b785..555938b19e 100644 --- a/src/components/common/ErrorBoundary.tsx +++ b/src/components/common/ErrorBoundary.tsx @@ -11,8 +11,8 @@ const FallbackComponent = () => { return (
Something went wrong. Please contract to{' '} - - i@innei.ren + + i@innei.in .