diff options
| author | Adam <[email protected]> | 2025-10-28 06:20:43 -0500 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-10-28 15:29:15 -0500 |
| commit | 1da24f6adb7fce37af79678dd053090831fda2f2 (patch) | |
| tree | a0e23d30d4a4f9534ea9af0413b0b3055b2fb311 /packages/desktop/index.html | |
| parent | e29dd27632da70d6e716fbca8a909b8361e8187f (diff) | |
| download | opencode-1da24f6adb7fce37af79678dd053090831fda2f2.tar.gz opencode-1da24f6adb7fce37af79678dd053090831fda2f2.zip | |
wip: desktop work
Diffstat (limited to 'packages/desktop/index.html')
| -rw-r--r-- | packages/desktop/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/desktop/index.html b/packages/desktop/index.html index c591cb46c..9209acfc7 100644 --- a/packages/desktop/index.html +++ b/packages/desktop/index.html @@ -7,7 +7,7 @@ <link rel="shortcut icon" type="image/ico" href="/src/assets/favicon.svg" /> <title>OpenCode</title> </head> - <body class="overscroll-none select-none text-12-regular"> + <body class="antialiased overscroll-none select-none text-12-regular"> <!-- <script> --> <!-- ;(function () { --> <!-- const savedTheme = localStorage.getItem("theme") || "opencode" --> |
