Skip to content

Commit f8173b3

Browse files
chore: small change (#1215)
<!-- Tick these boxes if they're applicable to your PR. - Changesets are only required for PRs to Spotlight library packages (e.g. @spotlightjs/overlay). Not for the website/docs or demo app contributions. - Typo correction or small bugfix PRs don't require an issue. If you're making a bigger change, please open an issue first. --> Before opening this PR: - [ ] I added a [Changeset Entry](https://spotlightjs.com/contribute/changesets/) with `pnpm changeset:add` - [ ] I referenced issues that this PR addresses
1 parent 0fd1f78 commit f8173b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/spotlight/src/electron/main/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Store from "electron-store";
66
import { autoUpdater } from "electron-updater";
77
import { sentryBaseConfig } from "../../sentry-config";
88
import { DEFAULT_PORT } from "../../server/constants";
9-
import { clearBuffer, setupSpotlight } from "../../server/main";
9+
import { setupSpotlight } from "../../server/main";
1010

1111
const __filename = fileURLToPath(import.meta.url);
1212
const __dirname = path.dirname(__filename);

packages/website/src/components/homepage/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const { title, description } = Astro.props;
2525
<html lang="en">
2626
<head>
2727
<meta charset="utf-8" />
28-
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
28+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" sizes="any" />
2929
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
3030
<meta name="generator" content={Astro.generator} />
3131
<title>{title}</title>

0 commit comments

Comments
 (0)