Commit 07c797a3 authored by nanahira's avatar nanahira

title

parent a7cf8b2f
{
"short_name": "NAIFU",
"name": "NAIFU: AI Image Generator",
"short_name": "MyCard NAIFU",
"name": "MyCard NAIFU: AI Image Generator",
"start_url": "/",
"orientation": "portrait",
"scope": "/",
......
......@@ -178,7 +178,7 @@ export default function EditorPanel({ menuVisible, infoVisible, style }: EditorS
return (
<Fragment>
<Head>
<title>{meta?.title ? meta.title : 'Stories'} - NAIFU</title>
<title>{meta?.title ? meta.title : 'Stories'} - MyCard NAIFU</title>
</Head>
<PanelContainer
className="conversation"
......
......@@ -154,7 +154,7 @@ export default function ImageGen(): JSX.Element {
return (
<>
<Head>
<title>NAIFU</title>
<title>MyCard NAIFU</title>
</Head>
<ToastArea>
<ToastContainer autoClose={10000} />
......@@ -833,7 +833,7 @@ function ImageGenContent(): JSX.Element {
const spinnerRef = useRef(0)
const visible = useRef(true)
const title = useRef('NAIFU')
const title = useRef('MyCard NAIFU')
useEffect(() => {
const chars = [...'◰◳◲◱']
let i = 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment