diff --git a/.env b/.env index 7c88724..46d74c8 100644 --- a/.env +++ b/.env @@ -1,6 +1,6 @@ -VITE_BASE_URL = 'https://api.fajrtabloshop.com' +VITE_BASE_URL = 'https://api.shinan.com' # VITE_BASE_URL = 'http://192.168.99.235:4000' # VITE_BASE_URL = 'https://api.shinan.ir' -VITE_TOKEN_NAME = 'sh_admin_token' -VITE_REFRESH_TOKEN_NAME = 'sh_admin_refresh_token' \ No newline at end of file +VITE_TOKEN_NAME = 'shinan_admin_token' +VITE_REFRESH_TOKEN_NAME = 'shinan_admin_refresh_token' \ No newline at end of file diff --git a/index.html b/index.html index 6b47cda..db9f837 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - پنل مدیریت | فجر تابلو مرکزی + پنل مدیریت | شینان diff --git a/src/index.css b/src/index.css index 618f1a9..9561c7e 100644 --- a/src/index.css +++ b/src/index.css @@ -33,7 +33,7 @@ textarea::placeholder { } @theme { - --color-primary: #da2129; + --color-primary: #a62186; --color-secondary: #f4f5f9; --color-border: #d0d0d0; --color-description: #888888;