feat: branding

This commit is contained in:
Gab
2026-03-27 16:57:05 +11:00
parent fdc30ae262
commit 95340af79a
32 changed files with 31 additions and 38 deletions

View File

@@ -7,7 +7,7 @@ export const Favicon = () => {
<Link rel="shortcut icon" href="/favicon-v3.ico" />
<Link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-v3.png" />
<Link rel="manifest" href="/site.webmanifest" />
<Meta name="apple-mobile-web-app-title" content="OpenCode" />
<Meta name="apple-mobile-web-app-title" content="TF Code" />
</>
)
}