summaryrefslogtreecommitdiffhomepage
path: root/packages/desktop
diff options
context:
space:
mode:
authorAdam <[email protected]>2025-10-31 06:36:26 -0500
committerAdam <[email protected]>2025-10-31 07:24:47 -0500
commit543eee78a666c32139e87fcfe97a110ebdd9d0bc (patch)
treea916ddf05a95ebe0fefb82f2c91a9577d3befc97 /packages/desktop
parentdafb63cfb33bce8d184d23501348d381cf4af531 (diff)
downloadopencode-543eee78a666c32139e87fcfe97a110ebdd9d0bc.tar.gz
opencode-543eee78a666c32139e87fcfe97a110ebdd9d0bc.zip
wip: desktop work
Diffstat (limited to 'packages/desktop')
-rw-r--r--packages/desktop/index.html2
l---------packages/desktop/public/favicon.svg1
-rw-r--r--packages/desktop/src/assets/favicon.svg5
3 files changed, 2 insertions, 6 deletions
diff --git a/packages/desktop/index.html b/packages/desktop/index.html
index 9209acfc7..e88b49ac8 100644
--- a/packages/desktop/index.html
+++ b/packages/desktop/index.html
@@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
- <link rel="shortcut icon" type="image/ico" href="/src/assets/favicon.svg" />
+ <link rel="shortcut icon" type="image/svg+xml" href="/favicon.svg" />
<title>OpenCode</title>
</head>
<body class="antialiased overscroll-none select-none text-12-regular">
diff --git a/packages/desktop/public/favicon.svg b/packages/desktop/public/favicon.svg
new file mode 120000
index 000000000..80804d257
--- /dev/null
+++ b/packages/desktop/public/favicon.svg
@@ -0,0 +1 @@
+../../ui/src/assets/favicon/favicon.svg \ No newline at end of file
diff --git a/packages/desktop/src/assets/favicon.svg b/packages/desktop/src/assets/favicon.svg
deleted file mode 100644
index 3c81bbdb4..000000000
--- a/packages/desktop/src/assets/favicon.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-<svg width="600" height="600" viewBox="0 0 600 600" fill="none" xmlns="http://www.w3.org/2000/svg">
-<rect width="600" height="600" fill="black"/>
-<path fill-rule="evenodd" clip-rule="evenodd" d="M115 180H300V420H115V180ZM253.75 229.044H161.25V370.405H253.75V229.044Z" fill="white"/>
-<path d="M346.25 180H485V229.044H392.5V370.405H485V419.449H346.25V180Z" fill="white"/>
-</svg>