File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ typescript:
23
23
dependencies :
24
24
' @emotion/css ' : ^11.13.5
25
25
codehike : ^1.0.4
26
- devicons-react : ^1.4.0
27
26
devDependencies :
28
27
tsup : ^8.3.6
29
28
peerDependencies : {}
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ function App() {
21
21
< QueryClientProvider client = { queryClient } >
22
22
< SpeakeasyCodeSamplesProvider client = { coreSdk } >
23
23
< h1 className = "" > Speakeasy Code Samples</ h1 >
24
- < div style = { { width : "660px " , marginInline : "auto" } } >
24
+ < div style = { { width : "100% " , marginInline : "auto" } } >
25
25
< CodeSample
26
26
title = { CodeSampleFilenameTitle }
27
- operation = { { operationId : "getPassageText" } }
27
+ operation = { "getPassageText" }
28
28
/>
29
29
</ div >
30
30
</ SpeakeasyCodeSamplesProvider >
You can’t perform that action at this time.
0 commit comments