diff --git a/ui/dev-dist/sw.js b/ui/dev-dist/sw.js index 2426796c..2f731121 100644 --- a/ui/dev-dist/sw.js +++ b/ui/dev-dist/sw.js @@ -82,7 +82,7 @@ define(['./workbox-54d0af47'], (function (workbox) { 'use strict'; "revision": "3ca0b8505b4bec776b69afdba2768812" }, { "url": "index.html", - "revision": "0.8f1s6la51s8" + "revision": "0.v26qf4kt408" }], {}); workbox.cleanupOutdatedCaches(); workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), { diff --git a/ui/public/favicon.ico b/ui/public/favicon.ico index 66aa8c4a..13b2c5d6 100644 Binary files a/ui/public/favicon.ico and b/ui/public/favicon.ico differ diff --git a/ui/public/img/logo/Logo.png b/ui/public/img/logo/Logo.png new file mode 100644 index 00000000..9529b065 Binary files /dev/null and b/ui/public/img/logo/Logo.png differ diff --git a/ui/public/img/logo/logo-400.png b/ui/public/img/logo/logo-400.png index 7163a57a..dadfc5ce 100644 Binary files a/ui/public/img/logo/logo-400.png and b/ui/public/img/logo/logo-400.png differ diff --git a/ui/src/components/layouts/AuthLayout/Side.tsx b/ui/src/components/layouts/AuthLayout/Side.tsx index 47811355..ea7712f9 100644 --- a/ui/src/components/layouts/AuthLayout/Side.tsx +++ b/ui/src/components/layouts/AuthLayout/Side.tsx @@ -12,32 +12,32 @@ const Side = ({ children, content, ...rest }: SideProps) => { return (
- -
-
- -
-
Sedat ÖZTÜRK
- CTO +
+
+ +
+
+ +
+
Sedat ÖZTÜRK
+ CTO +
+

+ From interactive desktop applications to immersive web and mobile solutions, we exist to + meet your needs today and ensure continued success tomorrow. +

-

- From interactive desktop applications to immersive web and mobile solutions, we exist to meet your needs today and ensure continued success tomorrow. -

+ + Copyright © {`${new Date().getFullYear()}`}{' '} + {`${APP_NAME}`}{' '} +
- - Copyright © {`${new Date().getFullYear()}`}{' '} - {`${APP_NAME}`}{' '} -
diff --git a/ui/src/components/shared/Captcha.tsx b/ui/src/components/shared/Captcha.tsx index e94974b1..13b462e3 100644 --- a/ui/src/components/shared/Captcha.tsx +++ b/ui/src/components/shared/Captcha.tsx @@ -16,7 +16,7 @@ const Captcha = forwardRef((props: CaptchaProps, ref: Ref) =>