Redo page styles

This commit is contained in:
2023-07-24 18:15:14 +01:00
parent 9d06a07df3
commit a881fd06a0
14 changed files with 165 additions and 312 deletions

View File

@ -48,10 +48,6 @@ const router = createBrowserRouter([
path: "/p/:npub",
element: <ProfilePage />,
},
{
path: "/nsfw",
element: <RootPage nsfw={true} />,
},
{
path: "/:id",
element: <StreamPage />,