We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7639686 commit 1cf9f08Copy full SHA for 1cf9f08
src/App.tsx
@@ -163,10 +163,7 @@ const App: React.FC = () => {
163
164
return (
165
<main className="flex max-h-screen w-screen flex-col">
166
- <AppHeader
167
- onToggleJSON={handleToggleJSON}
168
- isJSONVisible={doShowJSON}
169
- />
+ <AppHeader onToggleJSON={handleToggleJSON} isJSONVisible={doShowJSON} />
170
171
<div className="">
172
<Container className="height-adjust flex flex-col md:flex-row">
@@ -197,7 +194,6 @@ const App: React.FC = () => {
197
194
</Section>
198
195
</>
199
196
)}
200
-
201
</Container>
202
</div>
203
<div className="fixed bottom-0 w-screen">
0 commit comments