Skip to content

Commit c2b234e

Browse files
authored
doc: change title and description (#321)
* doc: change title and description * fix title
1 parent 1cb8277 commit c2b234e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/lib/content.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export const description =
2-
'A TypeScript toolkit that supercharges Prisma ORM with a fine-grained Authorization layer, auto-generated type-safe APIs/hooks to unlock its full potential for full-stack development.';
2+
'A TypeScript toolkit that enhances Prisma ORM with flexible Authorization and auto-generated, type-safe APIs/hooks, simplifying full-stack development.';

src/pages/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ function Header() {
2727
<br /> In Minutes
2828
</h1>
2929
<p className="hero__subtitle font-semi-bold text-base lg:text-2xl mx-auto mb-8 lg:mb-8 lg:leading-relaxed text-gray-100 dark:text-gray-700">
30-
A TypeScript toolkit that supercharges Prisma ORM with a fine-grained Authorization layer,
31-
auto-generated type-safe APIs/hooks to unlock its full potential for full-stack development.
30+
A TypeScript toolkit that enhances Prisma ORM with flexible Authorization and
31+
auto-generated, type-safe APIs/hooks, simplifying full-stack development
3232
</p>
3333
<div className={styles.buttons}>
3434
<Link
@@ -83,7 +83,7 @@ export default function Home(): JSX.Element {
8383
const { siteConfig } = useDocusaurusContext();
8484
return (
8585
<Layout
86-
title={`${siteConfig.title} - Lighting-Fast Development for Database-Centric Apps`}
86+
title={`${siteConfig.title} - Simplified Full-Stack Development with Prisma ORM`}
8787
description={description}
8888
>
8989
<Header />

0 commit comments

Comments
 (0)