Dummy requests in sidebar

This commit is contained in:
Gregory Schier
2023-02-24 16:46:56 -08:00
parent 2b92b7ab01
commit 5b2f1e40aa
2 changed files with 11 additions and 5 deletions

View File

@@ -70,7 +70,9 @@ function App() {
<Sidebar />
<Grid cols={2}>
<VStack className="w-full">
<HStack as={WindowDragRegion} items="center" className="pl-3 pr-1.5"></HStack>
<HStack as={WindowDragRegion} items="center" className="pl-3 pr-1.5">
Test Request
</HStack>
<VStack className="pl-3 px-1.5 py-3" space={3}>
<UrlBar
method={method}