- DB Image to SQL Schema +
+ Drop or paste anywhere, or click to upload
-- Drop or paste anywhere, or click to upload. +
+ Supports PNG, JPEG, and JPG (max 2MB)
+
+ Snap2SQL
)
diff --git a/apps/web/components/code-command.tsx b/apps/web/components/code-command.tsx
deleted file mode 100644
index bcad8e0..0000000
--- a/apps/web/components/code-command.tsx
+++ /dev/null
@@ -1,7 +0,0 @@
-type CommandCodeProps = {
- commandCode: string
-}
-
-export function CodeCommand({ commandCode }: CommandCodeProps) {
- return {commandCode}
-}
diff --git a/apps/web/components/code-editor.tsx b/apps/web/components/code-editor.tsx
index be37678..597fb8a 100644
--- a/apps/web/components/code-editor.tsx
+++ b/apps/web/components/code-editor.tsx
@@ -91,20 +91,20 @@ export function CodeEditor({ code }: CodeEditorProps) {
height='100%'
theme='vs-dark'
value={code}
- className='lg:h-[calc(100vh-233px)]'
+ className='lg:h-[calc(100vh-250px)]'
loading={
{option.title}
+{option.description}
+View the results on the following link:
-- You can find your Supabase database connection URL in your{' '} - - database settings - {' '} - in the Supabase dashboard. -
-