Skip to content

Commit

Permalink
chore: update desc
Browse files Browse the repository at this point in the history
  • Loading branch information
litingyes committed Nov 25, 2024
1 parent 5d0c485 commit 5876564
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cobweb

Collect and store meaningful static information
Collect, store and distribute meaningful static data

## Database

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cobweb",
"version": "0.1.0",
"private": true,
"description": "Collect and store meaningful static information",
"description": "Collect, store and distribute meaningful static data",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import './globals.css'

export const metadata: Metadata = {
title: 'cobweb',
description: 'Collect and store meaningful static information',
description: 'Collect, store and distribute meaningful static data',
}

export default function RootLayout({
Expand Down
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function Home() {
<Header />
<div className="grid h-screen grid-cols-2 gap-6 bg-gradient-to-bl from-orange-50 via-slate-50 to-emerald-100 px-16 pb-20 pt-36">
<div>
<p className="text-4xl">Collect and store meaningful static information</p>
<p className="text-4xl">Collect, store and distribute meaningful static data</p>
</div>
<div></div>
</div>
Expand Down

0 comments on commit 5876564

Please sign in to comment.