From c3394b3f7b9e4cbb88a6d7a99bd2c8083a11e97e Mon Sep 17 00:00:00 2001 From: huseyindeniz Date: Sun, 21 Sep 2025 17:30:03 +0300 Subject: [PATCH] fix template version label. --- .env.example => .env.template | 0 .gitignore | 3 +++ env.example | 9 --------- .../ui/mantine/components/Copyright/Copyright.tsx | 4 +++- src/vite-env.d.ts | 2 ++ vite.config.ts | 4 ++++ 6 files changed, 12 insertions(+), 10 deletions(-) rename .env.example => .env.template (100%) delete mode 100644 env.example diff --git a/.env.example b/.env.template similarity index 100% rename from .env.example rename to .env.template diff --git a/.gitignore b/.gitignore index 6f81f43..3ff6165 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,6 @@ build *.njsproj *.sln *.sw? + +# netlify +netlify.toml \ No newline at end of file diff --git a/env.example b/env.example deleted file mode 100644 index 4e6bafe..0000000 --- a/env.example +++ /dev/null @@ -1,9 +0,0 @@ -VITE_ROUTER_USE_HASH=true -VITE_WALLET_DISABLE_SIGN=true -VITE_WALLET_SIGN_TIMEOUT_IN_SEC=60 -VITE_WALLET_SLOW_DOWN_IN_MS=1000 -VITE_POST_LOGIN_REDIRECT_PATH='/user' - -# Google OAuth Configuration -VITE_GOOGLE_CLIENT_ID=your-google-client-id.apps.googleusercontent.com -VITE_GOOGLE_REDIRECT_URI=http://localhost:5173 diff --git a/src/features/ui/mantine/components/Copyright/Copyright.tsx b/src/features/ui/mantine/components/Copyright/Copyright.tsx index 176d5a2..5c1a065 100644 --- a/src/features/ui/mantine/components/Copyright/Copyright.tsx +++ b/src/features/ui/mantine/components/Copyright/Copyright.tsx @@ -7,7 +7,9 @@ import reactDappTemplateLogo from '../../../assets/images/react-dapp-template-lo // You can remove or change this section export const Copyright: React.FC = React.memo(() => { return ( - +