mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Add a space in the tabname (head)
This commit is contained in:
parent
5f1ea76cad
commit
70afa7cc9b
@ -23,7 +23,7 @@ import NextHead from "next/head";
|
||||
export const Head = ({ title, description }: { title?: string | null; description?: string | null }) => {
|
||||
return (
|
||||
<NextHead>
|
||||
{title && <title>{title + "- Kyoo"}</title>}
|
||||
{title && <title>{title + " - Kyoo"}</title>}
|
||||
{description && <meta name="description" content={description} />}
|
||||
</NextHead>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user