wip(share): enterprise favicon

This commit is contained in:
Adam
2025-11-24 15:07:03 -06:00
parent c60cb6c329
commit 8e1c7cfe89
3 changed files with 2 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 664 B

View File

@@ -0,0 +1 @@
../../ui/src/assets/favicon/favicon.svg

View File

@@ -8,7 +8,7 @@ export default createHandler(() => (
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favicon.ico" />
<link rel="shortcut icon" type="image/svg+xml" href="/favicon.svg" />
<title>OpenCode</title>
{assets}
</head>