diff --git a/index.html b/index.html index e4b78ea..ce2ce76 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,9 @@ - + - Vite + React + TS + SIGit
diff --git a/public/Logo2.png b/public/Logo2.png deleted file mode 100644 index 407a4b4..0000000 Binary files a/public/Logo2.png and /dev/null differ diff --git a/public/logo.png b/public/logo.png new file mode 100644 index 0000000..88d124a Binary files /dev/null and b/public/logo.png differ diff --git a/public/vite.svg b/public/vite.svg deleted file mode 100644 index e7b8dfb..0000000 --- a/public/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/components/AppBar/AppBar.tsx b/src/components/AppBar/AppBar.tsx index b712993..c916977 100644 --- a/src/components/AppBar/AppBar.tsx +++ b/src/components/AppBar/AppBar.tsx @@ -21,7 +21,6 @@ import Username from '../username' import { Link, useLocation, useNavigate } from 'react-router-dom' import nostrichAvatar from '../../assets/images/avatar.png' -import nostrichLogo from '../../assets/images/nostr-logo.jpg' import { NostrController } from '../../controllers' import { appPrivateRoutes, @@ -114,7 +113,7 @@ export const AppBar = () => { - Logo navigate('/')} /> + Logo navigate('/')} /> {isAuthenticated && ( @@ -149,7 +148,7 @@ export const AppBar = () => { {!isAuthenticated && ( Logo navigate('/')} /> diff --git a/src/components/AppBar/style.module.scss b/src/components/AppBar/style.module.scss index 09f35bd..718b872 100644 --- a/src/components/AppBar/style.module.scss +++ b/src/components/AppBar/style.module.scss @@ -15,7 +15,7 @@ .logoWrapper { height: 50px; - width: 100px; + width: 155px; display: flex; align-items: center; cursor: pointer;