We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7628715 commit 087cc72Copy full SHA for 087cc72
web/src/Playground.tsx
@@ -8,7 +8,6 @@ import { blankOverlay, petstore } from "./defaults.ts";
8
import { useAtom } from "jotai";
9
import { atomWithHash } from "jotai-location";
10
import speakeasyWhiteLogo from "./assets/speakeasy-white.svg";
11
-import speakeasyBlackLogo from "./assets/speakeasy-black.svg";
12
import openapiLogo from "./assets/openapi.svg";
13
14
const originalOpenAPI = atomWithHash("originalOpenAPI", petstore);
@@ -165,7 +164,7 @@ function Playground() {
165
164
/>
166
<img
167
className="inline-block h-3 w-auto align-baseline"
168
- src={speakeasyBlackLogo}
+ src={speakeasyWhiteLogo}
169
alt=""
170
171
</picture>
0 commit comments