Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lib/content.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const description =
'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.';
'A TypeScript toolkit that enhances Prisma ORM with flexible Authorization and auto-generated, type-safe APIs/hooks, simplifying full-stack development.';
6 changes: 3 additions & 3 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ function Header() {
<br /> In Minutes
</h1>
<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">
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.
A TypeScript toolkit that enhances Prisma ORM with flexible Authorization and
auto-generated, type-safe APIs/hooks, simplifying full-stack development
</p>
<div className={styles.buttons}>
<Link
Expand Down Expand Up @@ -83,7 +83,7 @@ export default function Home(): JSX.Element {
const { siteConfig } = useDocusaurusContext();
return (
<Layout
title={`${siteConfig.title} - Lighting-Fast Development for Database-Centric Apps`}
title={`${siteConfig.title} - Simplified Full-Stack Development with Prisma ORM`}
description={description}
>
<Header />
Expand Down