We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ad939 commit f7e7d9bCopy full SHA for f7e7d9b
1 file changed
src/pages/index.tsx
@@ -83,7 +83,7 @@ export default function Home(): JSX.Element {
83
const { siteConfig } = useDocusaurusContext();
84
return (
85
<Layout
86
- title={`${siteConfig.title} - Simplify Full-Stack Development with Prisma ORM`}
+ title={`${siteConfig.title} - Simplified Full-Stack Development with Prisma ORM`}
87
description={description}
88
>
89
<Header />
0 commit comments