Skip to content

Commit 76110bb

Browse files
committed
missed a couple
1 parent aa09c7e commit 76110bb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.speakeasy/gen.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ typescript:
2323
dependencies:
2424
'@emotion/css': ^11.13.5
2525
codehike: ^1.0.4
26-
devicons-react: ^1.4.0
2726
devDependencies:
2827
tsup: ^8.3.6
2928
peerDependencies: {}

example/src/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ function App() {
2121
<QueryClientProvider client={queryClient}>
2222
<SpeakeasyCodeSamplesProvider client={coreSdk}>
2323
<h1 className="">Speakeasy Code Samples</h1>
24-
<div style={{ width: "660px", marginInline: "auto" }}>
24+
<div style={{ width: "100%", marginInline: "auto" }}>
2525
<CodeSample
2626
title={CodeSampleFilenameTitle}
27-
operation={{ operationId: "getPassageText" }}
27+
operation={"getPassageText"}
2828
/>
2929
</div>
3030
</SpeakeasyCodeSamplesProvider>

0 commit comments

Comments
 (0)