Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Jul 29, 2024
1 parent bb9cd5a commit 34aa8db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/docs/embed-iframe-client/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default function ExamplePage() {
<iframe
className="border-0 h-screen w-screen"
ref={iframeRef}
src="http://localhost:3002/embed/sqlite"
src="https://libsqlstudio.com/embed/sqlite"
/>
);
}
Expand Down
2 changes: 1 addition & 1 deletion src/app/docs/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const TableContent = [
],
},
{
title: "Other",
title: "Integration",
sub: [
{
title: "Embed Client",
Expand Down

0 comments on commit 34aa8db

Please sign in to comment.