diff --git a/src/App.tsx b/src/App.tsx index c8ae364..96ff626 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -2,7 +2,7 @@ import "./App.css"; import { NextUIProvider } from "@nextui-org/react"; import { PipedAPI } from "piped-api"; -import { BrowserRouter, Route, Routes } from "react-router-dom"; +import { HashRouter, Navigate, Route, Routes } from "react-router-dom"; import Trending from "./pages/trending"; import { NavbarComponent } from "./components/navbar"; @@ -16,13 +16,13 @@ function App() { return ( - + } /> } /> - + ); } diff --git a/src/components/video.tsx b/src/components/video.tsx index 3447078..55e8f45 100644 --- a/src/components/video.tsx +++ b/src/components/video.tsx @@ -19,10 +19,10 @@ export function VideoComponent({ video }: VideoComponentProps) { - + {video.title} - + {video.uploaderName} {video.uploaderVerified && (
{video.uploaderName}