diff --git a/src/assets/fonts/roboto-bold.woff b/src/assets/fonts/roboto-bold.woff
new file mode 100644
index 0000000..6f63f99
Binary files /dev/null and b/src/assets/fonts/roboto-bold.woff differ
diff --git a/src/assets/fonts/roboto-bold.woff2 b/src/assets/fonts/roboto-bold.woff2
new file mode 100644
index 0000000..f3801fd
Binary files /dev/null and b/src/assets/fonts/roboto-bold.woff2 differ
diff --git a/src/assets/fonts/roboto-light.woff b/src/assets/fonts/roboto-light.woff
new file mode 100644
index 0000000..a5f024d
Binary files /dev/null and b/src/assets/fonts/roboto-light.woff differ
diff --git a/src/assets/fonts/roboto-light.woff2 b/src/assets/fonts/roboto-light.woff2
new file mode 100644
index 0000000..65bc49e
Binary files /dev/null and b/src/assets/fonts/roboto-light.woff2 differ
diff --git a/src/assets/fonts/roboto-medium.woff b/src/assets/fonts/roboto-medium.woff
new file mode 100644
index 0000000..0bd7a8a
Binary files /dev/null and b/src/assets/fonts/roboto-medium.woff differ
diff --git a/src/assets/fonts/roboto-medium.woff2 b/src/assets/fonts/roboto-medium.woff2
new file mode 100644
index 0000000..95f206f
Binary files /dev/null and b/src/assets/fonts/roboto-medium.woff2 differ
diff --git a/src/assets/fonts/roboto-regular.woff b/src/assets/fonts/roboto-regular.woff
new file mode 100644
index 0000000..4c96cee
Binary files /dev/null and b/src/assets/fonts/roboto-regular.woff differ
diff --git a/src/assets/fonts/roboto-regular.woff2 b/src/assets/fonts/roboto-regular.woff2
new file mode 100644
index 0000000..c4c6d10
Binary files /dev/null and b/src/assets/fonts/roboto-regular.woff2 differ
diff --git a/src/assets/images/avatar.png b/src/assets/images/avatar.png
deleted file mode 100644
index 9d00060..0000000
Binary files a/src/assets/images/avatar.png and /dev/null differ
diff --git a/src/assets/images/nostr-logo.jpg b/src/assets/images/nostr-logo.jpg
deleted file mode 100644
index 98b4623..0000000
Binary files a/src/assets/images/nostr-logo.jpg and /dev/null differ
diff --git a/src/assets/images/nostr.gif b/src/assets/images/nostr.gif
new file mode 100644
index 0000000..b6f23bc
Binary files /dev/null and b/src/assets/images/nostr.gif differ
diff --git a/src/assets/roboto-font/Roboto-Bold.ttf b/src/assets/roboto-font/Roboto-Bold.ttf
deleted file mode 100644
index 43da14d..0000000
Binary files a/src/assets/roboto-font/Roboto-Bold.ttf and /dev/null differ
diff --git a/src/assets/roboto-font/Roboto-Light.ttf b/src/assets/roboto-font/Roboto-Light.ttf
deleted file mode 100644
index e7307e7..0000000
Binary files a/src/assets/roboto-font/Roboto-Light.ttf and /dev/null differ
diff --git a/src/assets/roboto-font/Roboto-Medium.ttf b/src/assets/roboto-font/Roboto-Medium.ttf
deleted file mode 100644
index ac0f908..0000000
Binary files a/src/assets/roboto-font/Roboto-Medium.ttf and /dev/null differ
diff --git a/src/assets/roboto-font/Roboto-Regular.ttf b/src/assets/roboto-font/Roboto-Regular.ttf
deleted file mode 100644
index ddf4bfa..0000000
Binary files a/src/assets/roboto-font/Roboto-Regular.ttf and /dev/null differ
diff --git a/src/components/AppBar/AppBar.tsx b/src/components/AppBar/AppBar.tsx
index 76d8370..8c7ac63 100644
--- a/src/components/AppBar/AppBar.tsx
+++ b/src/components/AppBar/AppBar.tsx
@@ -137,7 +137,7 @@ export const AppBar = () => {
}
onClick={() => {
- navigate(appPublicRoutes.login)
+ navigate(appPublicRoutes.nostr)
}}
variant="contained"
>
diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx
index 38298c2..3822d32 100644
--- a/src/components/Footer/Footer.tsx
+++ b/src/components/Footer/Footer.tsx
@@ -2,6 +2,7 @@ import { Box, Button, Link as LinkMui } from '@mui/material'
import { Link } from 'react-router-dom'
import styles from './style.module.scss'
import { Container } from '../Container'
+import nostrImage from '../../assets/images/nostr.gif'
export const Footer = () => (