Skip to content

Commit 1ee41d2

Browse files
VanguardbotsTerris Poole
andauthored
feat: Update application title to Qiskit Studio (#11)
Co-authored-by: Terris Poole <terris@ibm.com>
1 parent 17b939c commit 1ee41d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ import { Toaster } from "@/components/ui/toaster"
1313
const inter = Inter({ subsets: ["latin"] })
1414

1515
export const metadata: Metadata = {
16-
title: "Quantum Visual Composer",
16+
title: "Qiskit Studio",
1717
description: "Build quantum algorithms with a drag-and-drop interface",
18-
generator: 'v0.dev'
18+
generator: 'v0.dev'
1919
}
2020

2121
export default function RootLayout({

0 commit comments

Comments
 (0)