Skip to content

Commit 087cc72

Browse files
committed
chore: kill white mode
1 parent 7628715 commit 087cc72

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web/src/Playground.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { blankOverlay, petstore } from "./defaults.ts";
88
import { useAtom } from "jotai";
99
import { atomWithHash } from "jotai-location";
1010
import speakeasyWhiteLogo from "./assets/speakeasy-white.svg";
11-
import speakeasyBlackLogo from "./assets/speakeasy-black.svg";
1211
import openapiLogo from "./assets/openapi.svg";
1312

1413
const originalOpenAPI = atomWithHash("originalOpenAPI", petstore);
@@ -165,7 +164,7 @@ function Playground() {
165164
/>
166165
<img
167166
className="inline-block h-3 w-auto align-baseline"
168-
src={speakeasyBlackLogo}
167+
src={speakeasyWhiteLogo}
169168
alt=""
170169
/>
171170
</picture>

0 commit comments

Comments
 (0)