diff --git a/build/icon.icns b/build/icon.icns index eef1df2a..35c38db0 100644 Binary files a/build/icon.icns and b/build/icon.icns differ diff --git a/build/icon.ico b/build/icon.ico index d29c0d6a..069c4612 100644 Binary files a/build/icon.ico and b/build/icon.ico differ diff --git a/installer/mac/background.png b/installer/mac/background.png index 25fd5601..431cd557 100644 Binary files a/installer/mac/background.png and b/installer/mac/background.png differ diff --git a/package.json b/package.json index 9aaed5ee..c4ee8131 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,7 @@ "shell-path": "2.1.0" }, "optionalDependencies": { - "screen-snippet": "git+https://github.com/symphonyoss/ScreenSnippet.git#v1.0.6", + "screen-snippet": "git+https://github.com/symphonyoss/ScreenSnippet.git#v1.0.7", "swift-search": "1.55.3-1" } } diff --git a/spec/__snapshots__/windowsTitleBar.spec.ts.snap b/spec/__snapshots__/windowsTitleBar.spec.ts.snap index 55635e75..83b3381e 100644 --- a/spec/__snapshots__/windowsTitleBar.spec.ts.snap +++ b/spec/__snapshots__/windowsTitleBar.spec.ts.snap @@ -48,188 +48,38 @@ exports[`windows title bar should render correctly 1`] = ` className="title-container" > - - Symphony_logo - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + +

{ */ private getSymphonyLogo(): JSX.Element { return ( - - {'Symphony_logo'} - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + ); }