diff --git a/front/.env.development b/front/.env.development
index 92fc50d..9ce34ba 100644
--- a/front/.env.development
+++ b/front/.env.development
@@ -1 +1 @@
-NEXTAUTH_URL=http://localhost:3000
+NEXTAUTH_URL=http://localhost:3016
diff --git a/front/public/main-logo.svg b/front/public/main-logo.svg
new file mode 100644
index 0000000..2f66e50
--- /dev/null
+++ b/front/public/main-logo.svg
@@ -0,0 +1,31 @@
+
+
+
+
diff --git a/front/src/modules/auth/components/sign-out-button/sign-out-button.component.tsx b/front/src/modules/auth/components/sign-out-button/sign-out-button.component.tsx
index 103cc0a..bbd1ae2 100644
--- a/front/src/modules/auth/components/sign-out-button/sign-out-button.component.tsx
+++ b/front/src/modules/auth/components/sign-out-button/sign-out-button.component.tsx
@@ -3,7 +3,10 @@ import styles from "./sign-out-button.module.scss";
export const SignOutButton = () => {
return (
-