diff --git a/frontend/index.html b/frontend/index.html index af929d7..edb83bc 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -2,7 +2,10 @@ - + + + + + + + + + + + diff --git a/frontend/public/site.webmanifest b/frontend/public/site.webmanifest new file mode 100644 index 0000000..45dc8a2 --- /dev/null +++ b/frontend/public/site.webmanifest @@ -0,0 +1 @@ +{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file diff --git a/frontend/public/vite.svg b/frontend/public/vite.svg deleted file mode 100644 index e7b8dfb..0000000 --- a/frontend/public/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/frontend/src/assets/images/solid.svg b/frontend/src/assets/images/solid.svg deleted file mode 100644 index 025aa30..0000000 --- a/frontend/src/assets/images/solid.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/frontend/src/components/Header.jsx b/frontend/src/components/Header.jsx index 74aaa51..9191466 100644 --- a/frontend/src/components/Header.jsx +++ b/frontend/src/components/Header.jsx @@ -4,7 +4,7 @@ import { useSiteContext } from '@context/SiteContext' import useAuth from '@hooks/useAuth' import useToast from '@hooks/useToast' import { A } from '@solidjs/router' -import { IconLogout, IconMenuDeep } from '@tabler/icons-solidjs' +import { IconLogout, IconMenuDeep, IconUserCircle } from '@tabler/icons-solidjs' import { Show, onMount } from 'solid-js' export default function Header() { @@ -40,34 +40,51 @@ export default function Header() { } return ( -