rename to shellphone

This commit is contained in:
m5r
2021-08-03 21:03:10 +08:00
parent 002c3ad37f
commit e98697293a
6 changed files with 15 additions and 13 deletions

View File

@ -10,7 +10,7 @@ const BaseLayout = ({ title, children }: LayoutProps) => {
return (
<>
<Head>
<title>{title || "virtual-phone"}</title>
<title>{title || "shellphone.app"}</title>
<link rel="icon" href="/favicon.ico" />
</Head>