Small improvements

This commit is contained in:
2023-07-20 19:16:46 +01:00
parent 8d43ac3768
commit 26b8890245
6 changed files with 84 additions and 11 deletions

View File

@ -2,6 +2,7 @@ import "./layout.css";
import { useState } from "react";
import * as Dialog from "@radix-ui/react-dialog";
import { Outlet, useNavigate, useLocation, Link } from "react-router-dom";
import { Helmet } from "react-helmet";
import { Icon } from "element/icon";
import { useLogin } from "hooks/login";
@ -95,6 +96,9 @@ export function LayoutPage() {
: "page"
}
>
<Helmet>
<title>Home - zap.stream</title>
</Helmet>
<header>
<div className="logo" onClick={() => navigate("/")}></div>
<div className="paper">