diff --git a/src/app/playground/client/page-client.tsx b/src/app/playground/client/page-client.tsx index c7c8f69b..cd4a37b4 100644 --- a/src/app/playground/client/page-client.tsx +++ b/src/app/playground/client/page-client.tsx @@ -145,6 +145,7 @@ export default function PlaygroundEditorBody({ type="file" ref={fileInput} className="hidden" + accept=".db,.sdb,.sqlite,.db3,.s3db,.sqlite3,.sl3,.db2,.s2db,.sqlite2,.sl2" onChange={onFileChange} multiple={false} /> diff --git a/src/app/playground/page.tsx b/src/app/playground/page.tsx index 6ed1eb05..7a44ba81 100644 --- a/src/app/playground/page.tsx +++ b/src/app/playground/page.tsx @@ -26,13 +26,8 @@ export default async function PlaygroundPage() { a selection of sample datasets.
- - Start Blank Database + + Open Database Viewer diff --git a/src/components/website-layout.tsx b/src/components/website-layout.tsx index fde49666..389c5d93 100644 --- a/src/components/website-layout.tsx +++ b/src/components/website-layout.tsx @@ -95,7 +95,7 @@ function Footer() {